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
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.