Hello everyone,
I have a centos server 7 with phpmyadmin configured on it.
When i try to install plesk on it, i have the following error;
ERROR while trying to establish test connection. If you are installing Plesk on an already configured MySQL server, you need to specify the administrator's credentials to succeed with the installation. To do this, you need to create a file - /root/.my.cnf with the 'client' section where you need to provide user and its password ("user = $admin_name" and "password = $admin_pass"). After installation is finished, the file /root/.my.cnf will be renamed to /root/.my.cnf.bak
Check the error reason(see log file: /var/log/plesk/install/plesk_12.5.30_installation.log), fix and try again
I have created a file my.cnf under /root and paste the following contect:
[client]
user = root
password = root_password
But the problem is still present, any help please?
Best regards,
Hafedh
I have a centos server 7 with phpmyadmin configured on it.
When i try to install plesk on it, i have the following error;
ERROR while trying to establish test connection. If you are installing Plesk on an already configured MySQL server, you need to specify the administrator's credentials to succeed with the installation. To do this, you need to create a file - /root/.my.cnf with the 'client' section where you need to provide user and its password ("user = $admin_name" and "password = $admin_pass"). After installation is finished, the file /root/.my.cnf will be renamed to /root/.my.cnf.bak
Check the error reason(see log file: /var/log/plesk/install/plesk_12.5.30_installation.log), fix and try again
I have created a file my.cnf under /root and paste the following contect:
[client]
user = root
password = root_password
But the problem is still present, any help please?
Best regards,
Hafedh