what is root passwd for mysql

DA uses the username "da_admin" which has virtually the same permissions as root and the password can be found in /usr/local/directadmin/conf/mysql.conf
 
Thanks for quick Reply, Found it,

Thanks

Might have 1 other issue here, in a minute.
 
Trying to import mysql database bfgpaintball.sql file into phpmyadmin. I used to use Mysql 3 now im using version 4 on this new server, How can i import this database?
 
I am not sure of the compatibility between versions 3 and 4 but you can try. Once you have your database created, from phpmyadmin view that empty database then click on the link that says SQL or Query. On that page you should have the option of uploading a file to import into the database.

If the .sql file is over 2mb you will need either split it up and restore the database piece by piece or do it though the command line if you have ssh access.
 
Back
Top