About 425,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 and …

  2. configuration - How to configure multiple credentials in MariaDB for ...

    Nov 16, 2025 · I can't find this information. I also use Grok, but his solution didn't work. How can I add multiple accounts/credentials to different MySQL/MariaDB servers to be used with mysql command? …

  3. MariaDB password only works if passed as command line argument

    Feb 15, 2025 · $ mariadb --user blogbot -p"password" If I try to login this way, it doesn't work. $ mariadb --user blogbot -p Enter password: ERROR 1045 (28000): Access denied for user …

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

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

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

  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. 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. 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 /etc/yum.repos.d/ with the …

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