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

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

    Feb 15, 2025 · MariaDB password only works if passed as command line argument Ask Question Asked 1 year, 1 month ago Modified 1 year, 1 month ago

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

  5. Problem installing mariadb - Unix & Linux Stack Exchange

    May 31, 2018 · mariadb is part of the base repo in CentOS 7 and should already be installed. The incompatibilities are probably due to additional repos (e.g. IUS, EPEL) you configured. Disable the …

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

  7. Setting custom MariaDB max_allowed_packet value in Debian 11?

    Oct 24, 2022 · In MariaDB itself, when we query show variables like 'max_allowed_packet';, it returns 16777216 (= 16M), which seems to correspond to the issue we seem to be having with larger files …

  8. mariadb service is not starting after boot, CentOS 7

    Mar 9, 2017 · MariaDB comes with a mariadb.service service unit for systemd, and a mariadb-service-convert tool that migrates the settings from my.cnf into systemd service unit settings.

  9. yum - How to install MariaDB-Client on CentOS 8? It says 'unable to ...

    Mar 2, 2021 · Error: Unable to find a match: mariadb-client I can, however, install the mariadb-server package just fine and I can on command line verify my db connection - but that's overkill, installing a …

  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 …