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

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

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

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

    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 …

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

  6. mariadb systemctl stop waits for long time and mysql process …

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

  7. mysql-server on debian 12 has no installation candidate?

    Nov 17, 2024 · I saw somewhere (I don't remember where, I've been reading the entire internet for this) that Debian 12 bookwork doesn't support mysql, or the other way around, and that I …

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

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

  10. Debian 9: After upgrade from 8, MySQL (MariaDB) does no longer …

    Feb 2, 2018 · I have checked my installation of mariadb and that file is part of the mariadb-server-10.1 package. Check whether there is /etc/mysql/debian-start.dpkg-dist or similar, if so rename …