byteNative
Databases

MySQL & MariaDB

Proven relational databases for classic applications.

What is MySQL & MariaDB?

MySQL and its closely related offshoot MariaDB are proven relational databases for classic web and business applications. They are widely deployed, excellently supported and at home in countless existing systems. MariaDB began as an open fork of MySQL and stays largely protocol- and syntax-compatible. When a project already builds on them, or needs a solid, familiar foundation, we are happy to work with them.

More in the documentation

How we use it

We reach for these when you maintain an existing WordPress, shop or legacy application whose whole ecosystem is built around MySQL. There you spare yourself a risky migration and instead use the familiar, broadly documented tool that hosters and frameworks bring along out of the box.

sql
CREATE TABLE messages (
  id INT AUTO_INCREMENT PRIMARY KEY,
  body TEXT NOT NULL
) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Create a table with full Unicode support

Good to know

Watch the character set on MySQL: utf8 does not cover emojis and four-byte characters. Pick utf8mb4, otherwise the database will quietly swallow content at some point.

00Databases

More tools we work with in the same area.

Which technology fits you?

You don't have to decide that, it's our job. Tell us about your plans.