Tag Archives: CentOs

Checking restart problems with mysql on centos

You probable installed MySQL with a help of article like this — https://phoenixnap.com/kb/how-to-install-mysql-on-centos-7 So your mysql is controlled by systemctl. Check current status — sudo systemctl status mysqld. Start service — sudo systemctl start mysqld Logs for systemctl are here — sudo journalctl -xe Logs for mysql can be found here — /var/log/mysqld.log. Configs are …

Read more

Install postgresql 11 on CentOs7

Just what to do, no discussion.

Установка postfix в CentOs

https://www.digitalocean.com/community/articles/how-to-install-postfix-on-centos-6