You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
I do not have control of the MySQL server so is there a way to all support for the old protocol so I can connect? Thanks
exception 'Exception' with message 'mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file' in /Users/jcostanzo/Work/Development/metrics-api/lib/arrest-mysql.php:64 Stack trace: #0 /Users/jcostanzo/Work/Development/metrics-api/index.php(13): ArrestMySQL->__construct(Array) #1 {main}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I do not have control of the MySQL server so is there a way to all support for the old protocol so I can connect? Thanks
exception 'Exception' with message 'mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file' in /Users/jcostanzo/Work/Development/metrics-api/lib/arrest-mysql.php:64 Stack trace: #0 /Users/jcostanzo/Work/Development/metrics-api/index.php(13): ArrestMySQL->__construct(Array) #1 {main}
The text was updated successfully, but these errors were encountered: