How to uninstall mysql5.7 and install mysql5.6 in DirectAdmin

I want to know the directory where MySQL is installed in DirectAdmin and the directory of PHP. Thank you
 
I would not revert if I were you, but if you do, take care for decent backups.

Mysql is normally present in /var/lib/mysql
System backup of mysql (on upgrade for example) will be in /usr/local/directadmin/custombuild/mysql_backups

And php normally in /usr/local/phpXX where xx is the php version.
 
I would not revert if I were you, but if you do, take care for decent backups.

Mysql is normally present in /var/lib/mysql
System backup of mysql (on upgrade for example) will be in /usr/local/directadmin/custombuild/mysql_backups

And php normally in /usr/local/phpXX where xx is the php version.
Thank you. I have deleted the MySQL file and upgraded Mysql to 5.6 in custombuild
 
Back
Top