Hi

I can create a database called test,
mysql> create database test;
Query OK, 1 row affected (0.03 sec)

BUT I can't create any other databases???

mysql> create database tem;
ERROR 1044: Access denied for user: 'ddb@localhost' to database 'tem'

mysql> create database proj;
ERROR 1044: Access denied for user: 'ddb@localhost' to database 'proj'

Any idea????
Thanks
Vinita



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to