Software Alternatives & Reviews

MariaDB Reviews

An enhanced, drop-in replacement for MySQL

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about MariaDB and what they use it for.
  • Running MS SQL or SQL Express on DS723+
    If it will take MySQL or MariaDB as a backend then its a lot simpler (and cheaper) as standard Docker containers for these are available and other folk use these on Synology kit way more. - Source: Reddit / 24 days ago
  • Ruby For All Podcast: My Guest Experience 🎙️
    Besides performance, there are other criteria to consider when evaluating databases: Licensing and permissiveness (MariaDB was forked from MySQL after it was acquired by Sun/Oracle, and has a more permissive license), availability of databases on Cloud providers (AWS RDS, CrunchyData Crunchy Bridge, , and many more (or self-hosted?)). Database features and support for Reliability Scalability, including... - Source: dev.to / about 2 months ago
  • Data Engineering and DataOps: A Beginner's Guide to Building Data Solutions and Solving Real-World Challenges
    Relational databases Relational databases store data in a way that looks like a spreadsheet format, with rows + columns. These are often used to store structured data, such as customer orders/inventory. A few perfect examples of a relational databases are MySQL, PostgreSQL, MariaDB, Microsoft SQL Server, and Oracle Database. To build a relational database, we need to make a “data model” that shows how the... - Source: dev.to / 2 months ago
  • MMORPG design resources
    MySQL: Any SQL or DB knock-off, really... mysql.com - mariadb.org - sqlite.org. - Source: Reddit / 4 months ago
  • Site5 is still in stone age
    Your looking for mysql 5.7 ? Many webhosts have moved from mysql to https://mariadb.org/. - Source: Reddit / 5 months ago
  • Rust microservices in server-side WebAssembly
    The Docker CLI and Docker Desktop provide seamless support for WasmEdge application development. From the root directory of the project repo, you just need a single command to build and bring up all the components of the microservice (i.e., the WasmEdge application and a MariaDB database server):. - Source: dev.to / 5 months ago
  • Migrating Wordpress from GCP to AWS
    The first step of the migration was to export the database, which was running locally in the GCP Compute Instance on MariaDB. To refresh my memory on the database details, I checked the wp-config.php file located in /var/www/html/wordpress, which had the following sections with the database name, username, and password:. - Source: dev.to / 5 months ago
  • how to make a ticket bot?
    So the “tickets” are a currency? If so that should be pretty simple; You just need a database like Mariadb|Docker and a way to interact with it, like sqlalchemy, then you just pick your favorite bot framework, like pycord, and build it. These are based on python but there should be node or whatever other language you prefer equivalents. - Source: Reddit / 7 months ago
  • The cloud-agnostic-architecture illusion
    PostgreSQL is a SQL-based, relational database, similar to MariaDB or Microsoft SQL Server. Each product offers different capabilities. PostgreSQL, e.g., offers strong support for handling CSV data and extended support for regular expressions. Microsoft SQL Server on the other hand offers Views that update automatically. - Source: dev.to / 9 months ago
  • Geolocation mistakenly blocking certain sites?
    Mariadb.org - Reason: Blocked country: Germany. - Source: Reddit / 8 months ago
  • MariaDB community server use in commercial environment
    I would need to understand better: 1) if I can use, even for commercial use, the "Community server (free)" from https://mariadb.com/ or MariaDB server from https://mariadb.org/ 2) what differs between Community server (free)" from https://mariadb.com/ and MariaDB server from https://mariadb.org/. - Source: Reddit / 10 months ago
  • Web Dev setup in WSL2 Kali Linux 2022 Edition - Part 1: Connecting MariaDB and PostgreSQL database across Windows and WSL2
    For MariaDB, I recommend using XAMPP since it is robust and simple for beginners. But, if you like to install standalone version, you can download and install from official MariaDB site. You can use both MySQL Workbench and phpmyadmin to access such them as a client. - Source: dev.to / 10 months ago
  • Amazon RDS - MariaDB for .NET Developers
    MariaDB is a community-developed, commercially supported fork of MySQL that is intended to remain free and open-source software under the GNU General Public License (the same license that MySQL started under). As just mentioned, it was forked because of MySQL’s acquisition by Oracle where many of the initial MySQL developers were afraid that because of how MySQL competed against the Oracle database, progress would... - Source: dev.to / 10 months ago
  • MySQL/MariaDB service won't start on Arch (EndeavourOS) - missing tables
    Installing MariaDB/MySQL system tables in './data' ... OK To start mysqld at boot time you have to copy Support-files/mysql.server to the right place for your system Two all-privilege accounts were created. One is [email protected], it has no password, but you need to Be system 'root' user to connect. Use, for example, sudo mysql The second is [email protected], it has no password either, but You need to be the... - Source: Reddit / about 1 year ago
  • Import text file with 256 columns
    Personally, my recommendation is to use a real database server, like the open source MariaDB. You would also need to use a DBMS to allow you to easily see the tables and run sql against it to manipulate the data, so use something like dbeaver. If you need to do something programmatic to manipulate the data, use python and connect it/your app to mariadb. - Source: Reddit / about 1 year ago
  • How to Install or Upgrade MariaDB 10.8 on Ubuntu 20.04
    MariaDB is a popular, fast, scalable, and resilient open-source database server created by the MySQL developers as an improved drop-in replacement for the MySQL server. Even huge firms, like Google, Wikipedia, and WordPress.com, are well-known users of MariaDB, which has a number of plugins and tools to enhance its capabilities and widespread adoption. - Source: Reddit / about 1 year ago
  • A company is making me do a take-home assessment in which I have to create a back end that receives a csv file and stores it in a database. How should I go about creating this database, is it best if its locally stored or should I find a hosting service that provides a database?
    I would do a local install of MariaDB. This runs separately from Node. - Source: Reddit / about 1 year ago
  • Cloud Client/Server - where to start?
    Hosting your own web server and database are perfectly feasible for development, but it's not cloud. Private cloud solutions are possible, but I'm not sure it's worth going through all the effort of hosting your own cloud platform (with hypervisors, container engines, software defined networking engine etc) just to learn how to develop a web app that you eventually intend to host on a cloud platform. - Source: Reddit / about 1 year ago
  • What Is The CQRS Pattern?
    Now I have to stop here and remind you that CQRS does not necessarily imply Event Sourcing. You can build a written model without basing the persistence in storing domain events of aggregates to reconstitute them later. You can save the current state in relational tables in boring database storage systems like MySQL o MariaDB o PostgreSQL and still do CQRS. - Source: dev.to / about 1 year ago
  • Anyone know how to set up DLU?
    Allright the are some problems with the SQL Syntax if you use MySQL most people seem to have no problems if you use MariaDB ( https://mariadb.org/ ) . - Source: Reddit / over 1 year ago
  • Learning The Structure Query Language (SQL)
    MariaDB [(none)]> \h General information about MariaDB can be found at Http://mariadb.org List of all client commands: Note that all text commands must be first on line and end with ';' ? (\?) Synonym for `help'. Clear (\c) Clear the current input statement. Connect (\r) Reconnect to the server. Optional arguments are db and host. Delimiter (\d) Set statement delimiter. Edit (\e) Edit command... - Source: dev.to / over 1 year ago

External sources with reviews and comparisons of MariaDB

MariaDB Vs MySQL In 2019: Compatibility, Performance, And Syntax
Even the command line tools are similar to mysqldump and mysqladmin still having the original names, allowing MariaDB to be a drop-in replacement.To make sure MariaDB maintains drop-in compatibility, the MariaDB developers do a monthly merge of the MariaDB code with the MySQL code. Even with this, there are some differences between MariaDB and MySQL that could cause some minor compatibility issues.Bill Karwin,...

Do you know an article comparing MariaDB to other products?
Suggest a link to a post with product alternatives.