Top "Mariadb" questions

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

Laravel migration: "Foreign key constraint is incorrectly formed" (errno 150)

When migrating my DB, this error appears. Below is my code followed by the error that I am getting when …

laravel mariadb
How can I change MariaDB to MySQL in XAMPP?

A. First things first: Mr. Google hasn't helped me to found any reply to my question above Yes, I have …

mysql xampp mariadb
Connect to MariaDB from Java application in NetBeans on Linux (Mageia)

I am trying to connect to a database in Mariadb through a simple java application but the connection is told …

java mysql netbeans jdbc mariadb
MariaDB not allowing remote connections

As the screenshots show, I have the accounts setup to allow remote connections but as shown in the second screenshot …

mysql windows windows-server-2008 mariadb navicat
Using python to write mysql query to csv, need to show field names

I have the following: import MySQLdb as dbapi import sys import csv dbServer='localhost' dbPass='supersecretpassword' dbSchema='dbTest' dbUser='root' …

python mysql csv mariadb pymysql
ERROR 1054 (42S22): Unknown column '‍‍' in 'field list'

I get this annoying error when I try to insert data from db1 to db2 in MaridaDB 10 using mysql CLI. …

mysql sql mariadb
mysql service fails to start/hangs up - timeout (Ubuntu, MariaDB)

I set up my first Ubuntu Server with Ubuntu 16.04, nginx, php7.0, MariaDB, nextcloud and external DynDNS using this tutorial here: …

mysql service timeout mariadb autostart
Incorrect parameter count in the call to native function 'DATEDIFF'

I get the error from this line SELECT table.field FROM table WHERE table.month = 'october' AND DATEDIFF(day, table.…

sql mariadb
Trouble with UTF-8 characters; what I see is not what I stored

I tried to use UTF-8 and ran into trouble. I have tried so many things; here are the results I …

mysql unicode utf-8 character-encoding mariadb
MariaDB gcomm backend connection failed 110

I'm trying to get work MariaDB Galera 10.1 under debian 8 jessie. I've installed all neccesary components and did configurations but i …

linux mariadb galera