View Single Post

   
  #9 (permalink)  
Old 02-28-2008, 06:06 AM
satimis
 
Posts: n/a
Default Re: Problem on creating root password


Hi Maciej,

I found that I made a mistake from the beginning

# mysqladmin -u root password yourrootsqlpassword
leaving out "--" before "password"


Retried as follows;

[root@server ~]# mysqladmin -u root --password mypassword
Enter password:


Typing either "mypassword" or "YES" prompted;
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'
* end *

Still failed


satimis
--
View this message in context: http://www.nabble.com/Problem-on-cre....html#a9726511
Sent from the MySQL - General mailing list archive at Nabble.com.

Reply With Quote