Top "Mariadb" questions

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

PDO and MariaDB

I've been using PDO in PHP for a while now utilizing MySQL. However, recent developments have made me think that …

php pdo mariadb
docker-compose wordpress mysql connection refused

I've created a small docker-compose.yml which used to work like a charm to deploy small WordPress instances. It looks …

wordpress docker mariadb docker-compose
mariadb galera - Error when a node shutdown ERROR 1047 WSREP has not yet prepared node for application use

I installed 2 Mariadb Galera nodes (mariadb-galera-10.0.27-linux-x86_64.tar.gz) on 2 CentOs 6.6 servers. After installed, I start node1 with parameter --wsrep-new-cluster, …

mariadb galera
How to format uuid string from binary column in MySQL/MariaDB

In MySQL/MariaDB the most efficient way to store uuid is in a BINARY(16) column. However, sometimes you want to …

mysql mariadb uuid
Installing MariaDB - Unmet dependencies, mariadb-server-5.5

I'm attempting to install MariaDB on Ubuntu 12.04 LTS. I've followed the instructions provided at https://askubuntu.com/questions/64772/how-to-install-mariadb and …

ubuntu apt-get mariadb
"cannot find -lssl; cannot find -lcrypto" when installing mysql-python?

I'm struggling to install the mysql-python pip either systemwide or in a venv on Ubuntu 14.04 with MariaDB 10 installed. Also tried …

pip virtualenv mysql-python mariadb
WAMP server switch MySQL to MariaDB

How can I switch the database from MySQL to MariaDB in WAMP 3.1.0? I'm looking for it, but I can not …

mysql wamp mariadb wampserver
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server

I was trying to run following Query on my sql server : CREATE TABLE `e_store`.`products`( `id` INT UNSIGNED NOT …

sql mariadb mariadb-10.1
MariaDB installed without password prompt

I've installed mariadb from Ubuntu 15.04 repositories using the Ubuntu software center or at the command prompt (apt-get install maraidb-server), but …

mysql ubuntu passwords mariadb root
How to configure MariaDB in Laravel 5?

I have read somewhere that, there is no driver for "MariaDB" in Laravel 5 and that we can use mysql driver …

database mariadb