Top "Mariadb" questions

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

How can I access my docker maria db?

My main question is that after I have created a docker container for my mariadb with the command docker run …

mysql docker mariadb
mysql_config not found when installing mysqldb python interface for mariadb 10 Ubuntu 13.10

After I installed Mariadb 10 the Mysql workbench and JPDB client both connect and work fine so next step was get …

python mysql sqlalchemy mysql-python mariadb
Laravel: General error: 1615 Prepared statement needs to be re-prepared

I'm using last version of laravel (5.1) in a homestead virtual machine (vagrant). I connect my project to a local mariaDB …

php database laravel eloquent mariadb
xtradb vs innodb

I was asked to check Mariadb as Centos does not provider MySQL 5.5 for the moment. I have read that xtradb …

mysql database innodb mariadb xtradb
Update xampp from maria db 10.1 to 10.2

I am looking for solution on how to update mariadb on xampp 32 bit on window system but not found any …

php database xampp mariadb
Mysql (MariaDB 10.0.29): Set root password, but still can login without asking password?

I want to secure mysql by setting root password. I reset root password successfully: MariaDB [(none)]> select Host, User, …

mysql login passwords mariadb
MariaDB crash: Table doesn't exist in engine && can't recover tables

I'm running: MariaDB 10.0.5 Ubuntu 12.04 LTS Both up to the latest patch level as per last Friday I've gotten into quite …

mysql database corruption mariadb
How to connect to MariaDB on Synology Server from Visual Studio

I want to build an application that uses a database. I have a Synology server and I want to use …

visual-studio database-connection mariadb synology
What PDO driver to use with mariadb?

After replacing mysql with mariadb, I encountered the following error: PHP Fatal error: Uncaught exception 'PDOException' with message 'could not …

php mysql pdo mariadb
Enable password and unix_socket authentication for MariaDB root user?

I've a root User on the MariaDB on Ubuntu 16.04. As default the root user is authenticated by the unix_socket …

mysql authentication passwords mariadb unix-socket