Missing directadmin.conf

sorabit

New member
Joined
Aug 5, 2019
Messages
4
Hi,

I have problem missing directadmin.conf after crash and i can't login into admin
 
Helo,

I solve the problem with add manualy directadmin.conf.

But i found new problem got error when click to database menu.

Unable to read : Filename is null

Error connecting to MySQL: Plugin sha256_password could not be loaded: /usr/lib64/mysql/plugin/sha256_password.so: cannot open shared object file: No such file or directory
 
Hello,

For possible those who will find the thread when searching the same issue, a default directadmin.conf can be found in /usr/local/directadmin/data/templates/directadmin.conf, so you will need to copy it to /usr/local/directadmin/conf/directadmin.conf and adjust per your needs.

As for the SQL issue, I would suggest that you try and re-install MySQL/MariaDB with custombuild.
 
Hi zEitEr,

Thank you for your reply.
Finally i solve the problem. it is not because mysql service installed, it happens because missing these config in directadmin.conf

Code:
mysqlconf=/usr/local/directadmin/conf/mysql.conf
damycnf=/usr/local/directadmin/conf/my.cnf
 
Hi zEitEr,

Thank you for your reply.
Finally i solve the problem. it is not because mysql service installed, it happens because missing these config in directadmin.conf

Code:
mysqlconf=/usr/local/directadmin/conf/mysql.conf
damycnf=/usr/local/directadmin/conf/my.cnf

This seems very stranger. Never had this problem before.
 
Back
Top