Questions tagged [mariadb]

Ask Question

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

220 questions

0votes0answers26views

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
2votes1answer606views

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
0votes1answer458views

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
0votes1answer451views

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
0votes1answer63views

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
0votes0answers26views

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
0votes1answer189views

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
0votes2answers310views

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
0votes0answers27views

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
0votes1answer496views

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
0votes2answers58views

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
0votes0answers105views

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
0votes1answer108views

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
0votes1answer161views

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
1vote1answer63views

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

153050per page

1 2 3 4 515

You Might Also Like