Re: mySQL daemon fails after setting root password

2004-06-07 Thread Egor Egorov
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

mySQL daemon fails after setting root password

2004-06-05 Thread Jesse
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