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 …

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

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

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

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

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

  8. LibreOffice Base ODBC connection to MariaDB fails: "Data source …

    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 …

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

  10. systemd status=127 for /usr/bin/install when trying to start MariaDB

    I just upgraded my MariaDB installation to 10.2. When I now try to start the service, it tells me it failed an checking the status shows me this rather strange message: root@server # systemctl …