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