View Full Version : Test database
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
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.