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

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

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

  4. Why am I getting this error on mariadb installation?

    Jul 18, 2023 · I am trying to follow this article and systemctl start mariadb.service gives me Job for mariadb.service failed because the control process exited with error code. See ...

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

  6. raspberry pi - Mariadb on Raspbian: Can't connect to local MySQL …

    Jun 22, 2020 · I'm setting up a "clean" image for my home Raspberry pi running the latest Raspbian, and I'm finding a small problem when installing the mariadb database. So far, the steps …

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

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

  9. What is the default root password for mariadb in Arch Linux?

    What is the default root password for mariadb in Arch Linux? Ask Question Asked 11 years, 11 months ago Modified 5 years ago

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