PDA

View Full Version : mysql user table error


rldev
06-20-2006, 08:09 PM
Error:

060620 21:50:30 [Warning] mysql.user table is not updated to new password format; Disabling new password usage until mysql_fix_privilege_tables is run

Do I fix this logged in as root user for mysql and run the following command:

mysql_fix_privilege_tables

rldev
06-20-2006, 08:54 PM
mysql_fix_privilege_tables --user=da_admin --password=yourmysqlrootpassword

works.