>>>
I don't know if it solved his problem, but it solved mine!! Thank you!!!!...
User Profile
Collapse
-
I think I finally solved my problem.
I initially secured the MySQL root user password using the following in the shell:
/usr/local/mysql/bin/mysqladmin -u root password new_password
/usr/local/mysql/bin/mysqladmin -u root -h `hostname` password "newpasswd"
This set the root user's password to the longer hashed version in my mysql user table. I then connect via phpMyAdmin without a problem...Leave a comment:
-
[127:~/] user% mysql -u root -p
Enter password: xxxxxx
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client
this is the message I receive from the shell prompt......Leave a comment:
-
MySQL Privileges Problem
I find myself in a circular reference loop that I can't seem to resolve. I recently upgraded from MySQL 4.0.x to MySQL 4.1.21 on OS 10.3.9 Server. Then, I *thought* I set my open master root password correctly using usr/local/mysql/bin/mysqladmin -u root password new_password and /usr/local/mysql/bin/mysqladmin -u root -h `hostname` password "newpasswd" . After setting my master root password I then connected via phpMyAdmin 2.5.4 as root@localhost,...
No activity results to display
Show More
Leave a comment: