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

  2. Manjaro MySQL - mariadb.service fails to start

    May 30, 2019 · mariadb.service: Main process exited, code=exited, status=1/FAILURE mariadb.service: Failed with result 'exit-code'. Failed to start MariaDB 10.3.15 database server. Having followed …

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

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

  5. LibreOffice Base ODBC connection to MariaDB fails: "Data source name ...

    Apr 1, 2022 · 0 Linux Mint 20 (Ubuntu 20). MariaDB version: "mariadb Ver 15.1 Distrib 10.7.3-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2" I want to run LibreOffice Base as the front end, …

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

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

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

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

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