Hi, Im havinf troubles with mySQL, This is all th procedure that I do:
Code:
bash-2.05b$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 40 to server version: 4.0.15a
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> USE mysql;
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
mysql> mysqladmin -h localhost -u root -ppassword create MyData
->
What could be the problem? I tried login as root and the same problem!!
Thanks alot..