Top "Mariadb" questions

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

Spring is losing connection to the DB and does not recover or reconnect

I have a spring-boot application on the same host as the Maria DB and both are running fine for some …

spring spring-boot mariadb spring-jdbc
Can I use MySQL Workbench to create MariaDB?

I am totally new to databases. I would like to create a database; I am going to make a small …

mysql sql mariadb workbench
How can I connect to mariadb using java?

I've used: Connection connection = DriverManager.getConnection( "jdbc:mysql://localhost:3306/test", "username", "password" ); Statement stmt = connection.createStatement(); stmt.executeUpdate("CREATE TABLE …

java mariadb
How to update mysql version in xampp (error with innodb_additional_mem_pool_size)

I'm trying to upgrade mysql in xamp. I'm using laravel which requires mariaDB v10.2.2. So I downloaded the latest msi …

mysql xampp upgrade mariadb mysqlupgrade
Can MySQL seamlessly be replaced with MariaDB or are there things to change in this case?

If I replace a MySQL 5.1 server with a MariaDB Server (Maria & XtraDB storages) instead of MySQL (MyISAM & InnoDB), …

php mysql jdbc mariadb
What is the MariaDB dialect class name for Hibernate?

In Hibenate I am using MariaDB but I couldn't find the dialect class name of MariaDB . In Hibernate, MySQL5 dialect's …

java database hibernate mariadb
Invalid syntax error "type= MyISAM" in DDL generated by Hibernate

I am getting this error for my Java code Caused by :`com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException`: You have an …

java mysql hibernate mariadb
In MariaDB how do I select the top 10 rows from a table?

I just read online that MariaDB (which SQLZoo uses), is based on MySQL. So I thought that I can use …

mysql sql select mariadb top-n
Difference between utf8mb4_unicode_ci and utf8mb4_unicode_520_ci collations in MariaDB/MySQL?

I logged into MariaDB/MySQL and entered: SHOW COLLATION; I see utf8mb4_unicode_ci and utf8mb4_unicode_520_ci …

mysql unicode mariadb collation
Using MariaDB with Entity Framework

Recently, I read a news that MariaDB is a drop-off replacement for MySQL since MySQL has unfriendly pricing for clustered/…

c# mysql entity-framework mariadb