Top "Mariadb" questions

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

Invalid datetime format: 1366 Incorrect string value

I'm getting this error: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xBD Inch...' for column 'column-name' at row 1 …

php mysql laravel mariadb laravel-5.5
Fix serialized data broken due to editing MySQL database in a text editor?

Background: I downloaded a *.sql backup of my WordPress site's database, and replaced all instances of the old database table …

mysql wordpress mysqldump mariadb
MariaDB set timezone in config

How do I set the server timezone in the MariaDB configuration? The only thing I can find in the documentation …

timezone mariadb
MariaDB - cannot login as root

I am trying to setup MariaDB (10.0.29) on Ubuntu (16.04.02). After I installed it and started the process (sudo service mysql start), …

mysql mariadb
How do I connect MariaDB to Node.JS and Express.JS?

I'm doing Colt Steele's The Web Developer Bootcamp and I've got to the point where we're going to start a …

web mariadb colt
problems with node joining the cluster when using sst:xtrabackup (galera)

It looks like the node is joining the cluster and then it fails… I have tried with both rsync and …

load-balancing mariadb galera
Migrating from MySql: MariaDB server closing client connections unexpectedly

We in the process of migrating from MySql to MariaDB due to licensing/commercial usage reasons. We have successfully replaced …

java hibernate jdbc connection mariadb
Using MariaDB in C

I'm trying to connect to a MariaDB database in a C script and I can't find the necessary documentation. I …

c mariadb
What is the difference between binlog-do-db and replicate-do-db?

I'm a beginner for MySQL Master-Slave . and I have read two tutorials . How to Setup MariaDB (Master-Slave) Replication Setup MariaDB …

mysql mariadb master-slave
Failed to bootstrap Galera Cluster

I'm trying to set up multi-master replication between two servers according to this tutorial: http://tecadmin.net/setup-mariadb-galera-cluster-5-5-in-centos-rhel/ …

mysql database-replication mariadb galera