I am trying to create a new database. At the moment I am using the database test.
When I installed mysql I did enter a user name and password.
This is the error message that i get:
mysql> create database rbs;
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'rbs'
I am able to connect to the database without using a username and
password. So something with my access must be wrong.
But i dont know what it is...
please can someone help fix this problem.
I am using mysql version 4.0.4
When I installed mysql I did enter a user name and password.
This is the error message that i get:
mysql> create database rbs;
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'rbs'
I am able to connect to the database without using a username and
password. So something with my access must be wrong.
But i dont know what it is...
please can someone help fix this problem.
I am using mysql version 4.0.4
Comment