About 429,000 results
Open links in new tab
  1. start mariadb but systemctl status mariadb with failed

    Oct 19, 2023 · Like the comments suggest, mysql is a client connection tool (now named mariadb) and inventing options like -c /app/mysql and -s stop won't mangicly make it behave like a service …

  2. Why is mariadb.service not restarted by systemd after OOM kill

    Jun 3, 2024 · In my experience, mariadb is usually the culprit - or more specifically, the default OS malloc engine. Databases like Mariadb fragment memory a lot, which with the default on EL and …

  3. How to change logrotate permissions for MariaDB error log from 640 …

    Jul 23, 2025 · So I changed the 640 to 644 in the /etc/logrotate.d/mariadb file and the file for the 23rd was still created using 640 permissions. How do I force logrotate to create files using 644 permissions?

  4. Why do we misnomer MariaDB as a "mysql-server"?

    Oct 8, 2023 · MariaDB is an implementation of the mysql server. full stop. The libraries, clients and tooling for it still carry MySQL in their name. The fact that the main project has now incompatible …

  5. mariadb service not found in centos 8 - Unix & Linux Stack Exchange

    Jan 9, 2023 · Running the command dnf install mariadb-server mariadb should have installed the mariadb-server and mariadb packages with version 10.x and should not install mysql packages. …

  6. debian - MariaDB - dependency problems - leaving unconfigured

    In MariaDB 10.1.13 and later versions, the init script also sources /etc/default/mariadb, so it can also be used to set MYSQLD_STARTUP_TIMEOUT to persistently change the startup timeout.

  7. Failed to start MariaDB database server after upgrade to debian 9

    Jul 5, 2017 · After upgrade to debian 9, I get this issue, when trying to do a apt-get upgrade: Failed to start MariaDB database server Here is the log: Setting up mariadb-server-10.1 (10.1.23-9+deb9u1) ...

  8. The following packages have unmet dependencies: mariadb-server

    I went ahead and checked for MySQL installed packages, forgetting that I was actually using Mariadb. So I installed MySQL; discovered I should not have done that; removed MySQL; and followed these …

  9. Unable to install MySql on Amazon Linux 2023

    Mar 27, 2024 · A simple dnf install mariadb105-server # if you use a future version of amazon linux: # dnf install mariadb\*-server # to get whatever the system has will get you a MySQL server, which all …

  10. mariadb systemctl stop waits for long time and mysql process running ...

    Aug 2, 2004 · I have Mariadb 10.3 running on CentOS Linux release 8.2.2004 (Core) OS. During boot time mariadb starts fine. but when I do the systemctl stop mariadb it hangs systemd file # systemctl …