About 444,000 results
Open links in new tab
  1. 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 …

  2. Install mysql (not mariadb) on raspbian bookworm and other debian

    Mar 15, 2025 · How can I install mysql and not mariadb on Bookworm and any other variants that try to force us away from mysql? I get that there is SQL-level compatibility between Maria and …

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

    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 …

  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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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.

  9. Installing MariaDB 10.4 on Centos 7 - Unix & Linux Stack Exchange

    Dec 13, 2019 · I am experiencing some trouble with installing MariaDB 10.4 on Centos 7. The official mariaDB guide says that a new repo file MariaDB.repo should created in …

  10. 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 …