![]() |
| |||
| Hello, I was able to create one database named "test" but I am not able to create one named "toto" (or with any other name), any idea of what is the trap I just felt into ? [root@helen etc]# mysql -u telemak -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 199 to server version: 4.1.12 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database test; Query OK, 1 row affected (0.00 sec) mysql> create database toto; ERROR 1044 (42000): Access denied for user 'telemak'@'localhost' to database 'toto' mysql> create database test; ERROR 1007 (HY000): Can't create database 'test'; database exists mysql> drop database test; Query OK, 1 row affected (0.01 sec) mysql> create database test; Query OK, 1 row affected (0.00 sec) mysql> create database toto; ERROR 1044 (42000): Access denied for user 'telemak'@'localhost' to database 'toto' As a conclusion, I was able to create a new database nammed test and drop it, but can not create database with any other name ![]() Rather a "small limitation" of my config ;-) Ok, what did I miss in the RTFM procedure ? Regards, TM |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |