Top "Mariadb" questions

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

How to enable large index in MariaDB 10?

In Debian Jessie I installed MariaDB server 10.0.30 and I try to increase max key length. AFAIU it depends of the …

mysql indexing utf-8 mariadb
MariaDB 10 CentOS 7 moving datadir woes

Brand new "minimal" install of CentOS 7 along with MariaDB 10. I have an additional mounted mirrored volume that I want to …

mysql linux centos mariadb
How to fix high memory usage of MariaDB?

I am using MariaDB(10.1.21) with following storage engines: InnoDB TokuDB Spider Engine System Configuration is : 3GB RAM Dual Core Processor …

mysql database mariadb mysqladministrator
MariaDB cannot start after update: [Warning] Can't create test file /home/mysql/beta.lower-test

I've just updated MariaDB using apt-get dist-upgrade. Now it won't start using service mysql start anymore. I can however, run …

mysql ubuntu mariadb ubuntu-server
MariaDB: ALTER TABLE syntax to add a FOREIGN KEY?

what'S wrong with the following statement? ALTER TABLE submittedForecast ADD CONSTRAINT FOREIGN KEY (data) REFERENCES blobs (id); The error message …

mariadb
How do I start MariaDB on boot on Mac OS X?

Just installed MariaDB (with homebrew). Everything looks like it's working, but I can't figure out how to have it automatically …

macos mariadb
Can't connect to MariaDB on localhost using DBeaver

I've just installed mariadb on Ubuntu mysql Ver 15.1 Distrib 10.0.31-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 I can connect to the …

mysql mariadb dbeaver
How do I correctly set ownership and privileges in MariaDB (MySQL)?

I'm trying to setup a database schema on MariaDB which originally comes from PostgreSQL. What is the correct syntax in …

mysql privileges mariadb grant
What does VARBINARY(MAX) mean?

I'm trying to port a MSSQL database over to MariaDB and I've encountered a table creation using varbinary(max): `definition` …

sql mariadb varbinary varbinarymax
Use MariaDB instead of MySQL in my Rails project

How can I use MariaDB instead of MySQL in my Rails project? When I try to install mysql2 gem it …

mysql ruby-on-rails mysql2 mariadb