williey
Technical User
- Jan 21, 2004
- 242
I just install MySql 4.10 and I'm missing the mysql schema database.
The "mysql_install_db" command ran fine..
The "mysql_install_db" command ran fine..
Code:
mysql> create database club
-> ;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'club'
mysql> show databases
-> ;
+----------+
| Database |
+----------+
| test |
+----------+
1 row in set (0.04 sec)