PDA

View Full Version : Test database


Jing
09-28-2003, 06:35 AM
Is it necessary to have test database for every mysql user created? Is there an option somewhere to disable that?

DirectAdmin Support
09-28-2003, 11:58 AM
Hello,

You could probably just drop that database completely via root or da_admin.cat /usr/local/directadmin/conf/mysql.conf
mysql -uda_admin -p
(enter password shown from cat)
mysql> DROP DATABASE test;
mysql> quit
Bye

John