-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIL Execute SQL / return code: 256 #427
Comments
What version of the script are you running? |
I'm running version 1.7.15 / latest master. It seems that the fix described in the issue (ff2a47e) was reverted (Current version: https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl#L1742). The This is the commit, where the fix was reverted: 4c14ba9 (related issue #412) |
I can confirm this issue. I have two identical VPS machines (built from the same script), one was built a while ago and has MySQLTuner 1.7.14 running with no problems. The newer machine got MySQLTuner 1.7.15 and has the errors described by @tholu I copied the 1.7.14 from the older machine to the newer machine and it works as expected. 1.7.15 is definitely broken. |
Hi, We have a fix for issue on several version MariaDB and MySQL. This need a lot of test. |
@jmrenouard What's the status of Travis? Adding tests first is definitely the way to go, as there are multiple conflicting issues, and all of them need to be solved at the same time. |
This is still a problem :( |
This can only be solved if a comprehensive set of tests is constantly running (on Travis). This should be priority no 1 to get running again. Otherwise things will break on all ends. We already have this flip-flop situation of bugs getting "fixed" which breaks other stuff, then the other way round. |
It did the trick for me as well. |
Yep, putting speechmarks around password in this line fixed it for me too:
|
Is there any interest in fixing this in a proper way, without breaking other things? @jmrenouard |
MySQL 5.7, the issue is there for me too. |
Working fine for me on mysql 5.7 |
I'm getting the following error message(s) when running the script:
When I run the query manually, I get:
Server version: 5.7.16 MySQL Community Server (GPL)
MacOS Mojave 10.14.4 Beta (18E205e)
The text was updated successfully, but these errors were encountered: