Top "Mariadb" questions

MariaDB is an open source database server that offers drop-in replacement functionality for MySQL.

Should I turn off Query Cache in MySQL?

I'm using a dedicated server with 32GB RAM and an 8-core server, using Maria DB 10.1 and most tables are InnoDB. …

mysql server mariadb mariasql
Mysql works with sudo, but without not. (ubuntu 16.04, mysql 5.7.12-0ubuntu1.1)

I have Ubuntu 16.04, and Mysql 5.7.12-0ubuntu1.1. When I type: sudo mysql -u root I can login into mysql console, …

mysql database ubuntu mariadb sudo
Why the auto_increment id does not increase one by one, how to set it?

I have a MariaDB Galera Cluster(3 nodes), I set uid to increase automatically and be the primary key of the …

mysql primary-key mariadb
LOAD DATA LOCAL INFILE forbidden after php / mariadb update

I know this has been asked before but I could not find any newer posts that could be of help. …

php mariadb load-data-infile
'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111 "Connection refused")'

I am trying to setup mariadb galera cluster on Debian Wheezy 7.5. I have found many different instructions, all a bit …

mariadb galera mariasql
mysql.sock does not exist error in fresh install of MySQL on Arch Linux

I'm trying to use MySQL on Arch Linux. it is already installed but this error comes up when I try …

mysql mariadb archlinux mysql.sock
MySql : InnoDB_Force_recovery = 1 leads to table in read only

I have an application which runs under MariaDB 10.1.18 and I had problems of data corruption. So, in my.cnf I …

mysql database mariadb database-performance my.cnf
Error 'Packet for query is too large' when I tried to make a query on my website

Again I need your help. I'm trying to put my java web site online. What I use : MySQL server : command …

java-8 mariadb apache-cayenne max-allowed-packet
Galera_new_cluster command not starting a cluster

Following documentation on how to set up a MariaDB Galera cluster, I simply created the proper config files and started …

mysql mariadb galera
Unable to connect to MariaDB using DBeaver

I just installed MariaDB 10.1.29 on Ubuntu 18.04. From the command line I can connect using sudo: sudo mysql -u root -p …

mysql database ubuntu mariadb dbeaver