About 364,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 …

  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 …

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

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

  5. MySQL max_open_files more than 1024 - Unix & Linux Stack …

    While starting MariaDB I got [Warning] Could not increase number of max_open_files to more than 1024 (request: 4607) $ sudo systemctl status mysqld mysqld.service - MariaDB database …

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

  7. Why can't install specified mariadb version with readline library?

    Nov 9, 2021 · Upgrading MariaDB OK, it looks like you have a few issues with entries in your /etc/apt/sources.list that need to be addressed (see the section below for more), although as …

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

  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. Turn off --skip-grant-tables in MySQL - Unix & Linux Stack Exchange

    I'm pretty new to using Linux but am setting up my MySQL databases on an Amazon ec2 instance. I followed some directions I found about resetting the user login pass by using the - …