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

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

  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. 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 (10.1.23-9+deb9u1) ...

  5. Resolving dependency issues during installation with apt-get

    Sep 9, 2019 · Apparently, I had some versions of MariaDB and some versions of MySQL installed and Ubuntu could no longer decipher all this. Perhaps I had an older version of a MySQL database and …

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

  7. start mysql/mariaDB service after datadir change

    Oct 30, 2021 · I installed the mariadb server and create a root user with a password with sudo apt install mariadb-server sudo mysql_secure_installation Since I use a Rasperri Pi I want to swap the DB to …

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

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