MariaDB is an open source database server that offers drop-in replacement functionality for MySQL.
I've created database, for example 'mydb'. CREATE DATABASE mydb CHARACTER SET utf8 COLLATE utf8_bin; CREATE USER 'myuser'@'%' …
mysql mariadb mysql-error-1142I have created tables in MySQL Workbench as shown below : ORDRE table: CREATE TABLE Ordre ( OrdreID INT NOT NULL, OrdreDato …
mysql sql mariadb mysql-error-1452Today I did a login as root into Ubuntu 14.04.1 LTS ll and then apt-get install mariadb-server (without sudo but as …
mysql mariadbI need to modify the file /etc/httpd/conf.d/phpMyAdmin.conf in order to allow remote users (not only …
php mysql phpmyadmin mariadbMySQL is awesome! I am currently involved in a major server migration and previously, our small database used to be …
mysql sql mariadb into-outfileI'm in an environement setup, running OSX with MariaDB 10.0.12-MariaDB Homebrew I've screwed up the installation so I did completely …
mysql innodb mariadb