|
Eugene 9/18/2006 |
Some MySQL ODBC drivers will give you this error. To fix this error you need to install MySQL ODBC driver 3.51.06. Here is the step-by-step guide:
|
B
|
bcridgway author 9/18/2006 |
Thanks, that worked! But, now I have another error when I enter the MYSQL connection parameters I get the following error: Some MySQL ODBC drivers will give you this error. To fix this error you need to install MySQL ODBC driver 3.51.06. Here is the step-by-step guide:
|
![]() |
Admin 9/18/2006 |
One more step: |
B
|
bcridgway author 9/19/2006 |
Thanks...how do I open a MySQL command prompt? One more step: To fix this problem you need to run the following in MySQL command line: mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host = 'some_host' AND User = 'some_user'; mysql> FLUSH PRIVILEGES; More info on this: http://dev.mysql.com/doc/mysql/en/old-client.html |
![]() |
Admin 9/19/2006 |
On your local box you need to proceed to Command Promt and run mysql command there. |
B
|
bcridgway author 9/19/2006 |
I appreciate your help...now I got this error: On your local box you need to proceed to Command Promt and run mysql command there. If you need to fix this on the remote web server use phpMyAdmin to run SQL commands.
I appreciate your help...now I got this error: 'Access denied for user 'root'@'localhost' (using password: YES)' |