MySQL Down

waesien

New member
Joined
Mar 6, 2020
Messages
2
Hi, no speak english, Google translate. My server Centos 7.

How do I enable mysqld?


1583509327419.png

I get socket error when upgrading MariaDB I can't log into MySQL management "Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (38)"

Also, after installing CloudLinux, MySQL governor gives an error.

1583509625844.png

1583509789207.png1583509892746.png

After installing CloudLinux, CageFS, LiteSpeed, I started getting these errors.

[Fri Mar 6 16:00:00 2020] Can't connect to mysql. Please check that mysql is running otherwise check host, login and password in /etc/container/mysql-governor.xml file
 
Last edited:
Hello,
Please check that MySQL server is running.
Code:
serice mysql status

If it is running please follow this article and add DB server credentials to the configuration:
https://docs.cloudlinux.com/cloudlinux_os_components/#configuration-and-operation
You need to edit this line:
Code:
<connector host="..." login="..." password=".." prefix_separator="_"/>

After that please restart DB Governor:
Code:
service db_governor restart

And check that it connected successfully MySQL is not running, please contact CloudLinux support
 
<connector prefix_separator="_"/>

What information will I enter here?

MySQL is running now Everything has improved just cloudlinux mysql governor is not working.
 

Attachments

  • 1583532642960.png
    1583532642960.png
    49.3 KB · Views: 11
Back
Top