Can't access MySql on directadmin

vladimirb1

Verified User
Joined
Jan 28, 2022
Messages
18
please help. Ubuntu 22.04/directadmin cant add mysql 8
see pics
 

Attachments

  • 2023-01-16_102756.png
    2023-01-16_102756.png
    7.2 KB · Views: 5
is it already fully installed? DA install can take up to 40 minutes, depends on server productivity.
 
If it is not an new install, check your availible harddisk space
 
If it's not a new install, then the file is missing for some other reason because it clearly says "no such file or directory".

Go into SSH and issue this command:
ls -al /usr/local/directadmin/conf

It should contain my.cnf and mysql.conf. If both are missing, something is wrong, then try to access mysql via commandline to see if it works.
If yes, you can create the files manually.

If no, or if it's a new install, you might need to either wait longer or install mysql newly.
 
Back
Top