Jesse <[EMAIL PROTECTED]> wrote:
> 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
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