15 ans à aider les entreprises françaises
à choisir le meilleur logiciel

Description de MariaDB

Base de données SQL échelonnable et fiable qui est un substitut amélioré de MySQL.

Qui utilise MariaDB ?

MariaDB est la colonne vertébrale des services utilisés par les entreprises et les personnes chaque jour. 75 % des entreprises du Fortune 500 utilisent MariaDB.

MariaDB Logiciel - 1
MariaDB Logiciel - 2
MariaDB Logiciel - 3

MariaDB ne vous convainc pas tout à fait ? Comparer avec une alternative populaire

MariaDB

MariaDB

4,7 (70)
Prix introuvable
Version gratuite
Version d'essai gratuite
30
3
4,5 (70)
4,8 (70)
4,1 (70)
VS.
À partir de
Types de licence
Fonctionnalités
Intégrations
Facilité d'utilisation
Rapport qualité-prix
Service client
9,00 $US
mois
Version gratuite
Version d'essai gratuite
145
14
4,6 (195)
4,8 (195)
4,8 (195)

Alternatives à MariaDB

Formaloo
Fonctionnalités les mieux notées
Créateur d'enquêtes
Création et conception de formulaires
Formulaires personnalisables
MongoDB
Fonctionnalités les mieux notées
Compatible avec divers languages de programmation
Gestion du stockage de données
Sauvegarde et récupération
MySQL
Fonctionnalités les mieux notées
Base de données intégrée
Sauvegarde et récupération
Stockage sécurisé des données
Oracle Database
Fonctionnalités les mieux notées
Contrôles/Permissions d'accès
Gestion du stockage de données
Sauvegarde et récupération
Microsoft SQL Server
Fonctionnalités les mieux notées
Analyse des performances
Gestion du stockage de données
Sauvegarde et récupération
PostgreSQL
Fonctionnalités les mieux notées
Contrôles/Permissions d'accès
Gestion du stockage de données
Sauvegarde et récupération
SQLite
Fonctionnalités les mieux notées
Compatible avec divers languages de programmation
Gestion du stockage de données
Sauvegarde et récupération
Caspio
Fonctionnalités les mieux notées
Gestion des flux de travail
Migration de données
Planification et programmation de projets
kintone
Fonctionnalités les mieux notées
Gestion des tâches
Projets multiples
Suivi de la progression des tâches

Avis sur MariaDB

Note moyenne

Note globale
4,7
Facilité d'utilisation
4,5
Service client
4,1
Fonctionnalités
4,6
Rapport qualité-prix
4,8

Avis classés par taille de l'entreprise (nombre d'employés)

  • <50
  • 51-200
  • 201-1 000
  • >1 001

Trouver les avis classés par note

5
70%
4
30%
Franscislyne
Developpeur (Côte d’Ivoire)
Logiciels, 2–10 employés
Temps d'utilisation du logiciel : plus d'un an
Source de l'avis

MariaDB pour vos bases de données

4,0 la semaine dernière Nouveau

Commentaires : Un gestion de bases de données très simple

Avantages :

MariaDB est un gestionnaire de bases de données intégrer dans MySQL, pour vos projet web

Inconvénients :

MariaDB est limité en terme de capacité de données à stocker

Cindy
Cindy
Owner (Afrique du Sud)
Utilisateur LinkedIn vérifié
Marketing et publicité, 11–50 employés
Temps d'utilisation du logiciel : plus d'un an
Source de l'avis

Alternatives envisagées précédemment :

MariaDB Review

5,0 il y a 4 ans

Commentaires : My overall experience with MariaDB has been very favorable. I like the clustering features a lot, and it's built in already, which is awesome since it saves me time. I like that I can export my entire database in to MariaDB, be it a little hard to figure out at first but once you get the hang of it you will do better with it the next time round.

Avantages :

What I like most about MariaDB is that if you know how to use MySQL then you will definitely know how to use MariaDB! With some added functionality and features it is much faster and it is pretty stable to use. The database is free to use, but lightweight in comparison to my sequel so it's perfect for starter to medium sized projects.

Inconvénients :

What I like least about MariaDB is that you will definitely need some guidance at first if you are not already familiar with this kind of software, especially when it comes to things like creating a new cluster. If you do run into a snag though the MariaDB community is very helpful and usually answer quick if you need a few pointers. There are also tons of forums and help guides you can refer to if need be.

Eljakim
Eljakim
Contest Director (Pays-Bas)
Utilisateur LinkedIn vérifié
Services et technologies de l'information, 11–50 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

Alternatives envisagées précédemment :

MariaDB as a drop in replacement for MySQL just works

4,0 il y a 4 ans

Commentaires : We use it to store all of our data.

Avantages :

It is so much faster than MySQL, especially when we alter the table structure of large tables it just works so much faster. The built in clustering features work quite well as well.

Inconvénients :

Starting a cluster is annoying. It's not overly hard, but you have to remember the statements. It would be a lot better if the startup script would say 'cannot attach to cluster, start a new one?' or something similar. Despite the speed, we have had a couple of crashes where we could not startup the server. This has never happened to our MySQL servers, so that was a surprise. It may have been a specific 10.2 version on Ubuntu, because on our 18.04LTS servers this has not happened again. Performance of the cluster when using INSERT IGNORE statements with 100,000s of records that are all duplicates is a lot slower than on MySQL.

Osman
Senior Software Engineer (Turquie)
Logiciels, 1 001–5 000 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

Alternatives envisagées précédemment :

MariaDB_01

4,0 l’année dernière

Avantages :

it is a free database management system. it is good to store relational data.

Inconvénients :

There are many database that will be good alternative to MariaDB

Rob
Rob
WSO2 Trainer and Integration Consultant (Pays-Bas)
Utilisateur LinkedIn vérifié
Services et technologies de l'information, 51–200 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

MariaDB a good RDBMS

4,0 il y a 4 ans

Commentaires : We want to be able to migrate data in our training from a H2 (flat file) database to an RDBMS enviroment that can be shared among multiple servers. Furthermore we want a simple command line where we can use easy commands to create and manipulate data. MariaDB offers all that.

Avantages :

MariaDB is our personal choice for the RDBMS in our training environment. it is simple to setup on linux as well as windows and is leightweigth yet performant. it starts quickly and does not take up too much space on disk. I use mainly the terminal interface doing simple commands from the mysql command line. I like the fact that it is compatible with mysql (of which it is of course a fork). When i want to have a graphical overview of the databases and tables i use a separate tool called DBeaver to show the ERD and look at the tables. Most of the time we work with a limited number of database records, but also have a complete dataset of all registered vehicles nationally (16+ million records) which is also performing. All within of course our training environment.

Inconvénients :

There is nothing I really dislike about it. It performs well, we can use it without incurring cost and it performs and is stable.