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 FOR 'root'@'host_name' = PASSWORD('newpwd');
> 
> This is on SuSE 9.0 with mysql version 4.0.15
> 

What error did you receive?



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   <___/   www.mysql.com




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



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 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]