| Author |
mysql setup
|
biswajit ray
Ranch Hand
Joined: Nov 30, 2005
Posts: 30
|
|
i want to install mysql(latest version) on my computer.and also mysql control center on my computer. but the thing is that after installation all these softwares on my computer an error is showing on my computer. the error is [root@localhost:3306] ERROR 1045: Access denied for user 'root'@'localhost' (using password: NO) plz help me in this regard
|
 |
Marcella Spiropulos
Greenhorn
Joined: Feb 02, 2006
Posts: 10
|
|
Hi, I don't know if here it's the best place to post this doubt! This problem happens because you are trying to log in database without password. Take a look at: http://dev.mysql.com/doc/refman/4.1/en/access-denied.html
|
 |
Rashid Mayes
Ranch Hand
Joined: Jan 11, 2006
Posts: 160
|
|
Which OS? Have you tried? mysql -u root -p Try this at the command prompt [ February 24, 2006: Message edited by: Rashid Mayes ]
|
Rashid Mayes
http://www.hostj2me.com/ - http://www.worlddeveloper.org/
|
 |
 |
|
|
subject: mysql setup
|
|
|