PDA

View Full Version : [Solved] Cannot login to mysql for the first time...


nooobie123
October 3rd, 2009, 23:49
Isn't mysql's default root password blank for the first time you login after installation? I did
mysql root -p
Then hit enter after being prompted for the password. Is there a default password that I don't know? Also, I didn't remember being asked to set the password while installing mysql.

crsd
October 3rd, 2009, 23:51
Tried `mysql -u root` without using password?

nooobie123
October 4th, 2009, 00:11
Tried `mysql -u root` without using password?

Oh God, did I just typed -p? Dang, Thanks...