Questions tagged [mariadb]

MariaDB is a community-developed branch of the MySQL relational database management system.

MariaDB is intended to be a free, mostly backwards compatible drop-in replacement for MySQL.

It is a fork of Oracle's MySQL database and its initial release was kept up to date with the MySQL release of the same version. With MariaDB release 10.0 the developers team deliberately broke with the versioning scheme to make transparent there are some incompatibilities from there on.

See the MariaDB FAQ for more information and MariaDB versus MySQL - Compatibility for information on incompatibilities.

MariaDB home page

242 questions
2
votes
1 answer

mariadb new install : Checking for corrupt, not cleanly closed and upgrade needing tables

I installed mariadb-server. never installed before mysql. /var/lib/mysql was empty. # apt-get install mariadb-server blah~blah~ # service mysql restart * Stopping MariaDB database server mysqld …
1
vote
0 answers

Mariadb wont start

Mariadb does not start, no matter what I do. It always looks like: Setting up mariadb-server-10.1 (10.1.23-9+deb9u1) ... Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and…
Zoker
  • 333
1
vote
2 answers

Unmet dependencies installing MariaDB 10.1 on Ubuntu 16.04

On Ubuntu 16.04 server with a relative default install of LEMP (w/mysql). When installing using the instructions on the MariaDB site:…
TechRemarker
  • 111
  • 1
  • 6
1
vote
0 answers

Can't install MariaDB

already have Apache mysql php installed but cant install Mariadb kwilga@NAFUbu1:~$ sudo apt install mariadb-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This…
Kam
  • 11
1
vote
1 answer

Error in terminal after installation of MariaDB

W: GPG error: http://ftp.wa.co.za trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CBCB082A1BB943DB
1
vote
0 answers

How do I install MariaDB?

I am new to Ubuntu (it's has been 25 years since I used UNIX in any significant way). I would like to set up MariaDB on both a desktop and server version of Ubuntu 15.04, and I understand MariaDB is part of the Ubuntu distro management system. What…
0
votes
0 answers

mariadb error loading libsystemd-daemon on Ubuntu 20.4

we are running mysql on Ubuntu 20.4 while running mysqld getting below error error loading libsystemd-daemon on Ubuntu 20.4
S M
  • 1
0
votes
3 answers

Getting curl command not found error while trying to install Mariadb

I am following a mariadb documentation in which the starting steps have been completed but when I use this command. sudo curl -o /etc/apt/trusted.gpg.d/mariadb_release_signing_key.asc 'https://mariadb.org/mariadb_release_signing_key.asc' This…
0
votes
1 answer

Docker MariaDB ERROR 1045 (28000)

I saw many questions on this topic but it doesn't work for me. I got this error while connecting on the DB with user root. Here is my mariadb configuration from docker: docker run -d \ --name=mariadb \ -e PUID=1002 \ -e PGID=1002 \ -e…
kwen38
  • 11
0
votes
1 answer

Unable to install mariadb-server on Ubuntu 20.04.4 LTS

I followed this article to install mariadb on Ubuntu 20.04.4 LTS. However, I was shown these messages Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean…
0
votes
2 answers

Uninstall MariaDB without removing databases

I am running MariaDB 10.3 on Ubuntu 20.04. Now MariaDB is not running and one database in it. Can I uninstall the MariaDB 10.3 retaining database? My plan is that install a higher version of MariaDB and get back the existing database. If so, which…
0
votes
0 answers

After rebooting the system, MariaDB does not start?

Начат процесс запуска юнита mariadb.service. апр 02 08:41:35 doox911 audit[3334]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/sys/devices/system/node/" pid=3334 comm="mysqld" reques апр 02 08:41:35 doox911 kernel:…
doox911
  • 224
0
votes
1 answer

7 Day Owncloud Install Ubuntu Server LTS . Mariadb uninstall/reinstall & pkg issues for Owncloud install

Ive been installing owncloud for a little over a week. My issue Trying to install Owncloud, but it gave me errors with mariadb. So i was attempting to uninstall/reinstall mariadb when i got all this. Could someone please help??? Edit## Setting up…
dove7
  • 11
  • 1
-2
votes
1 answer

unfulfilled dependencies when installing mariadb

im currently installing mariadb in ubuntu server and when i got to the end of the installation process it throws me an error, that goes like this = "the following packages have unfulfilled dependecies" : mariadb-server : depends of :…