Questions tagged [mariadb]

Ask Question

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

220 questions
0 votes 0 answers 26 views

ubuntu server down unexpectedly

I have worked on ubuntu server through remote login ,the problem is that whenever server it's because of MySQL [MariaDB 10.3]running on my server. How to fix MySQL issue? I have checked error log ,... user avatar divya
  • 11
2 votes 1 answer 606 views

Unable to start mariadb service on WSL2 (Win10) Ubuntu 22.04

I'm trying to run the mariadb service on Ubuntu 22.04 on WSL2 but with no success. The MariaDB service could not be started. Environment: Microsoft Windows [Version 10.0.19044.1645] WSL2 with Ubuntu-... user avatar kanlukasz
  • 123
0 votes 1 answer 458 views

Akonadi on KDE can't start due to "Unknown error" and I can't update MariaDB

Konact / KMail does not want to start anymore, because Akonadi fails. I am not able to start akonadi ~$ akonadictl --verbose start Connecting to deprecated signal QDBusConnectionInterface::... user avatar Make42
  • 379
0 votes 1 answer 451 views

Unable to install mariadb-server on ubuntu 22.04

I am trying to install mariadb-server on ubuntu 22.04 LTS but I am getting an dependency error message related to galera-4 & libssl. How to fix this issue ? Reading package lists... Done Building ... user avatar abhijit
  • 53
0 votes 1 answer 63 views

Cant start mysql

When i try to run sudo service mysql start it just kinda "loads" no output or nothing. nothing is shown in the error logs. sudo service mysql status mariadb.service - MariaDB 10.3.32 ... user avatar NikkoV
  • 1
0 votes 0 answers 26 views

system root is only user that can login to mariadb

This is a weird one (for me). If I sudo -s into root user I can login to mariadb using any account I've created but if I try to login as my standard user using mysql -u root -p I get Access denied ... user avatar fskilroy
  • 1
0 votes 1 answer 189 views

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 ... user avatar Phuc Dong
  • 1
0 votes 2 answers 310 views

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 ... user avatar Vimal Kumar Vazhappally
  • 23
0 votes 0 answers 27 views

mariadb 10.6 server and client installation ubuntu 20.04 The repository __ does not have a Release file [duplicate]

In a computer with ubuntu 20.04, I can not install mariadb-server and client. I execute the following command: sudo apt-get install software-properties-common dirmngr apt-transport-https -y && ... user avatar grafeno30
  • 135
0 votes 1 answer 496 views

Unable to install MySQL

I am totally new to using Ubuntu. I don't even know a single command to run. I'm trying to install MySQL but an error is always there. I ran this command: sudo apt-get install mysql-community-client-... user avatar Sanskari Wolf
  • 3
0 votes 2 answers 58 views

PHP connection to Maria DB

Hopefully someone can explain an issue I found doing a simple connection between PHP 7 and MariaDB Server 10.3.32 on Ubuntu 20.04. Here is the connection data: $dsn = "mysql:localhost; dbname=... user avatar Mike G
  • 13
0 votes 0 answers 105 views

Set Root Password During MariaDB 10.6 Install on Ubuntu Server 20.04

The last version of MariaDB I had installed on Ubuntu Server 20.04 was 10.3.32 through their own repositories. I was using the following set of commands (as root): apt-key adv --fetch-keys ' user avatar Sledge Hammer
  • 1,428
0 votes 1 answer 108 views

Restore root login via 'sudo mariadb' command

After mysql_secure_installation, sudo mariadb command does not seem to work anymore with the following error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Does ... user avatar kedanek
  • 59
0 votes 1 answer 161 views

Ubuntu 21.10, mariadb update failure

Here is the error message: Setting up mariadb-common (1:10.5.13-0ubuntu0.21.10.1) ... update-alternatives: error: alternative path /etc/mysql/mariadb.cnf doesn't exist dpkg: error processing package ... user avatar sasa
  • 31
1 vote 1 answer 63 views

What is enabling mariadb on first boot

A bit of background on what I'm trying to do: We are building an Ubuntu image that we deploy to thousands of workstations. We need to have MariaDB available on the workstations, but we only want it ... user avatar Gary van der Merwe
  • 308

15 30 50 per page1234515

You Might Also Like