• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue MariaDB not starting

xdelios

Basic Pleskian
Hello,

I have a small problem.

I am using latest Plesk version on Centos 7 with Cloudlinux installed.
I made an update from the Updates and Upgrades setting in Tools from admin panel and after that I cannot start Mariadb

This is what I get from the console.

Code:
● mariadb.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           └─migrated-from-my.cnf-settings.conf
   Active: failed (Result: exit-code) since Sat 2017-05-06 12:47:50 EEST; 6s ago
  Process: 515754 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=1/FAILURE)
 Main PID: 584855 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/mariadb.service

May 06 12:47:50 shared01.towerhost.gr systemd[1]: Starting MariaDB database server...
May 06 12:47:50 shared01.towerhost.gr systemd[1]: mariadb.service: control process exited, code=exite         d status=1
May 06 12:47:50 shared01.towerhost.gr systemd[1]: Failed to start MariaDB database server.
May 06 12:47:50 shared01.towerhost.gr systemd[1]: Unit mariadb.service entered failed state.
May 06 12:47:50 shared01.towerhost.gr systemd[1]: mariadb.service failed.

Any ideas?
 
Does any of these give additional information on the reason why it does not start?
# journalctl -xe
# less /var/log/mariadb/mariadb.log
 
Back
Top