anyone know why the mysql daemon fails to start after I set the root password according to this:

http://dev.mysql.com/doc/mysql/en/Default_privileges.html

I use the command:

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');
SET PASSWORD FOR 'root'@'host_name' = PASSWORD('newpwd');

This is on SuSE 9.0 with mysql version 4.0.15

thanks
marshall




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to