About 50 results
Open links in new tab
  1. configuration - How to configure multiple credentials in MariaDB for ...

    Nov 16, 2025 · I can't find this information. I also use Grok, but his solution didn't work. How can I add multiple accounts/credentials to different MySQL/MariaDB servers to be used with mysql command? …

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

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

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

  7. Why am I getting this error on mariadb installation?

    Jul 18, 2023 · I am trying to follow this article and systemctl start mariadb.service gives me Job for mariadb.service failed because the control process exited with error code. See ...

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

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

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