Garayed.com  

Go Back   Garayed.com > mySQL
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-11-2006, 12:50 PM
TestMan
 
Posts: n/a
Default Create database fail, any trap ?

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:22 AM.




LinkBacks Enabled by vBSEO 3.0.0 © 2007, Crawlability, Inc.