ismail el moussati
Basic Pleskian
Hi all, as you may know this morning it was horrible for the previous mysql update.
After i had the error of
Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002]
I followed these lines:
yum remove -y mysql
yum clean all
rpmdb --rebuilddb
yum update -y
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum install -y mysql
nano -w /etc/my.cnf
skip-grant-tables
But didn't work, but i guess made my server more horrible, Thereafter, i used those lines:
Because i didn't find any one posting the official link for that issue from Plesk:
Please read: https://support.plesk.com/hc/en-us/articles/115001906725
I just run their command and everything is fine again:
install -m 0700 -o mysql -g mysql -d /var/lib/mysql-files
Now i have 502 Bad Gateway, nginx .
Shown in my Plesk admin link, and my websites : 500 Internal Server Error.
Any idea ?
Yours,
After i had the error of
Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002]
I followed these lines:
yum remove -y mysql
yum clean all
rpmdb --rebuilddb
yum update -y
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum install -y mysql
nano -w /etc/my.cnf
skip-grant-tables
But didn't work, but i guess made my server more horrible, Thereafter, i used those lines:
Because i didn't find any one posting the official link for that issue from Plesk:
Please read: https://support.plesk.com/hc/en-us/articles/115001906725
I just run their command and everything is fine again:
install -m 0700 -o mysql -g mysql -d /var/lib/mysql-files
Now i have 502 Bad Gateway, nginx .
Shown in my Plesk admin link, and my websites : 500 Internal Server Error.
Any idea ?
Yours,