View Single Post
  #3 (permalink)  
Old 02-26-08, 10:26
Mark Craig Mark Craig is offline
BOD Member
 
Join Date: Oct 2005
Location: Newcastle
Posts: 155
Default

Here is what i am getting :(

C:\>mysql -uroot mysql
ERROR 1045: Access denied for user: 'root@127.0.0.1' (Using password: NO)

C:\mysql\bin>mysql -u root test
ERROR 1045: Access denied for user: 'root@127.0.0.1' (Using password: NO)

C:\mysql\bin>mysql -h localhost -u root test
ERROR 1045: Access denied for user: 'root@127.0.0.1' (Using password: NO)
Reply With Quote