Shadab Ahmed
Shadab Ahmed
My version string: ``` Your MySQL connection id is 18175622 Server version: 5.6.21-enterprise-commercial-advanced-log MySQL Enterprise Server - Advanced Edition (Commercial) ``` There are some changes related to `secure_auth` being default...
i will try to add .. i think we can replicate it by setting user password using the `OLD_PASSWORD()` mysql fn . .and then try to authenticate
This is how replicated on my local mysql: - Created user: ``` GRANT ALL ON *.* to `testuser`@`localhost` identified by 'testpwd'; ``` - Tried authenticating as the new user: ```...
were you able to work on this bug ?
Getting the same issue with Alpine 3.3. It builds fine on local and even on Ubuntu 14.04 VM, but always fails with segfault on CirceCI. I tried adding `strace` to...
Agree. cc @petergoldstein
@avlazarov good point - would you be able to create a PR ? cc @petergoldstein
Hey @akhramov .. I haven't used log_tags much. Could you reply back with an example ?
Logger info debug etc is all sent to a separate file so that it doesn't interfere with the json format for logstash. The separate file is the standard environments.log file.
Logstasher is still behind logstash in terms of version. The last time I used it was with v1.10. I will need to change the logging format so that it works...