Mysql test DB

davidd1

Verified User
Joined
Jan 31, 2013
Messages
102
Hello and sorry for my English.

I have a problem with Directadmin + mySQL.
I use da v1.47.0 with custombuild v2 - Centos 5

When i open new database i always have another database table call "test".
why?

test.jpg
 
I need a mysql root password ?
i try ENTER to none = not work
i try this password : /usr/local/directadmin/conf/mysql.conf = not work

rootmysqlpassword.jpg
 
MySQL root's password on Directadmin powered server can be discovered with the following command:

Code:
grep ^mysql= /usr/local/directadmin/scripts/setup.txt | cut -d\= -f2

There in /usr/local/directadmin/scripts/setup.txt you can see other default passwords which are used on your server.
 
Back
Top