• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Issue Problem with mariadb

FindYanot

New Pleskian
Hello all, i have a problem with maria db.
System: Centos 7 64

After DDOS attack, maria db does not start.
I reboot server and i got this error:

I tried "service mariadb restart"

Code:
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/domains/hostname/.discovered/backup_info_1704060007’: Permission denied
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/domains/hostname/.discovered/backup_info_1704070007’: Permission denied
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/domains/hostname/.discovered/backup_info_1703290007’: Permission denied
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/mysql.daily.dump.0.gz’: Permission denied
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/mysql.daily.dump.1.gz’: Permission denied
May 10 18:05:39 hostname mariadb-prepare-db-dir[5195]: rm: cannot remove ‘/var/lib/mysql/mysql.daily.dump.2.gz’: Permission denied
May 10 18:05:39 hostname systemd[1]: mariadb.service: control process exited, code=exited status=1
May 10 18:05:39 hostname systemd[1]: Failed to start MariaDB database server.
May 10 18:05:39 hostname systemd[1]: Unit mariadb.service entered failed state.
May 10 18:05:39 hostname systemd[1]: mariadb.service failed.

Server domain changed to "hostname".

How to fix it?
 
Last edited:
Hi FindYanot,

pls. make sure, that you add the corresponding VERSION, if you desire help for a third party software, which is supported by Plesk and the very first information should be always the output if the command "plesk version" ( logged in as user "root" over SSH ).


In some cases, the Plesk REPAIR UTILITY can help to solve issues ( => Plesk Repair Utility )

Example command:
Code:
plesk repair db -y -v
... where the option string "-y" can be as well replaced with "-n" to do a so called "dry-run", without any repairs. ;)
 
Back
Top