
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 …
MySQL logs are not working due to permissions
Nov 5, 2015 · I am having a issue regarding permissions in MariaDB (MySQL) log files. I had setup logs files to be on /var/log/mysql but any time I restart the MariaDB server I can see the …
How to change logrotate permissions for MariaDB error log from …
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 …
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 …
Install mysql (not mariadb) on raspbian bookworm and other debian
Mar 15, 2025 · How can I install mysql and not mariadb on Bookworm and any other variants that try to force us away from mysql? I get that there is SQL-level compatibility between Maria and …
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 …
What is the default root password for mariadb in Arch Linux?
What is the default root password for mariadb in Arch Linux? Ask Question Asked 11 years, 7 months ago Modified 4 years, 8 months ago
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 - …
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. It …
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 …