Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

MariaDB

TurnKey GNU/Linux | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

122 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Ryan K.

My favorite database.

  • May 11, 2024
  • Review provided by G2

What do you like best about the product?
It has all the features that MySQL has behind a locked firewall, all included in the free and open source MariaDB. Plus it is often a drop-in replacement, keeping the same SQL statements and formatting. I use MariaDB for several production servers and it has been running stably for nearly 10 years.
What do you dislike about the product?
There's not much I dislike about MariaDB, but sometimes it feels like the setup and security process can be a little opaque.
What problems is the product solving and how is that benefiting you?
I store all kinds of important data, such as ticket sales, in my MariaDB database and it saves me all kinds of time compared to other databases like MySQL.


    Information Technology and Services

Software developer

  • March 06, 2024
  • Review provided by G2

What do you like best about the product?
High availability
Quick searching
Multiple platform supports
What do you dislike about the product?
For large infrastructure, MariaDB has some performance issues
What problems is the product solving and how is that benefiting you?
For small projects, it works great and efficient


    Computer Software

A Very Good Relational Database

  • November 22, 2023
  • Review verified by G2

What do you like best about the product?
MariaDB has a lot of good features. It supports SQL queries to pull and push the data easily into the tables. It supports foreign key which ensures the valid and correct data,
We can do transaction management very easily using the auto-commit feature.
What do you dislike about the product?
I don't think there is anything to dislike at the moment.
What problems is the product solving and how is that benefiting you?
I used MariaDB in my Web application projects which were based on Java and PHP. I used MariaDB to store the data permanently and show that to the user when needed.


    Information Technology and Services

Great Database

  • October 18, 2023
  • Review verified by G2

What do you like best about the product?
There are functions and datatypes which mariadb provides for encryption
There are tools which can easily backup and restore the database both logically and physically
Since it will store data it need to have data storage management and mariadb performs well
Different access levels.premissions are defined for users
It is so extensive that it can be done per user per table
There are many many programming languages which has connectors for MariaDB
For High Availability, we need clustering and mariadb provides it as Galera Clusters
Data is very easily imported and exported
It is used everyday
Very easy to use and implement
Great user community providing support
What do you dislike about the product?
There are some limitations when querying and inserting data which causes deadlocks which is a know issue
other than that there's not much that can be disliked
What problems is the product solving and how is that benefiting you?
We are using 3 Instances of mariadb as a Galera cluster
It is free, therefore saves cost
The great user community available makes it easy to solve issues
It can be extensively optimized to suit the use
We connect Magento to mariadb as database


    Aditya D.

Review for MariaDB

  • August 22, 2023
  • Review provided by G2

What do you like best about the product?
Maria DB is a relational database, and it is used to store relational tables, we can use the different query on it to create tables and store values inside it and perform different operations depending upon our requirement.
It is easy to use, you can use it with GUI also
It comes as pre install in kali linux operating system
What do you dislike about the product?
No issues found in this database, there may be a little difference in commands for operation on database, compared to other database. This is secure and useful for relational data store
What problems is the product solving and how is that benefiting you?
I used to use it for the purpose of saving the data which is related and plain, it provides easy and efficient way to access the data whenever required. We can combine multiple tables and fetch the data.


    Alberto G.

MariaDB is the perfect alternative for MySQL

  • May 19, 2023
  • Review provided by G2

What do you like best about the product?
Since MariaDB is a derivative of MySQL, you have almost everything from MySQL supported MariaDB, so you can migrate your databases easily to MariaDB. It is fast and reliable.
What do you dislike about the product?
I don't have anything to say I dislike about MariaDB. It is an excellent alternative to MySQL; it is usually built-in in some operating systems since it is fully open source.
What problems is the product solving and how is that benefiting you?
MariaDB is a good Relational Database Management System, which has helped me to store data for the projects I've built for my clients and side projects. It is usually built-in in some servers or local environments since it is fully open-source.


    Neda I.

Smart and fast open-source database server

  • April 19, 2023
  • Review provided by G2

What do you like best about the product?
MariaDB is a powerful database server with open source features that is improved every day by MySQL developers. It has many features and its speed is very good. I like Parallel Replication new feature.
What do you dislike about the product?
It has all the facilities and I don't think it had any restrictions on our requests, actually I'm working witMariaDB for any years and it's one of the best database servers.
What problems is the product solving and how is that benefiting you?
Building a strong database based on SQL is very simple. We customize all the desired records according to its open source. Access to the information is very fast and excellent due to its speed. It has greatly reduced the cost of database maintenance and development, and we do not need to pay additional fees for the number of registered information and records.


    Mohammad D.

A very good open source database

  • April 18, 2023
  • Review provided by G2

What do you like best about the product?
Being an open source software gives the edge to compete in the market faster and makes the customization available and effective and efficient features which are as per market demands
What do you dislike about the product?
The MySQL that it uses seems/looks a bit outdated, and this can be improved in terms of UI and backend processing. This will surely be a game-changing thing for MariaDB.
What problems is the product solving and how is that benefiting you?
I have used it for data warehousing and logging application. This was done as part of one the project in the sandbox environment to do testing before releasing it to the live environment


    Darren L.

Love the centralized CRM suite for push notes, email and in-browser messaging, at a very fair price!

  • February 14, 2023
  • Review provided by G2

What do you like best about the product?
At a prior company, we were able to replace a very expensive system with Turnkey, and keep all of our favorite features.
What do you dislike about the product?
Some of the documentation could have been improved, but overall we had what we need to jump start our CRM system.
What problems is the product solving and how is that benefiting you?
The ability to combine our user accounts who receive email and push notes. Great segmentation features.


    Computer Software

Good Relational Database

  • December 27, 2022
  • Review provided by G2

What do you like best about the product?
I mostly like simple SQL query access to store and retrieve data. Transaction management is also excellent. We can set auto commit false/true whenever we do more than one transaction in a single request. Using MariaDB in web application development is very easy and cost-effective.
What do you dislike about the product?
Sometimes handling a lot of data in a single table becomes very slow. Also in the case of stored procedures debugging is quite tricky. Also, It could be more beneficial if it supports scheduling.
What problems is the product solving and how is that benefiting you?
I am using MariaDB to store and display the data through REST APIs in many web applications. Web application development using MariaDB is quite easy and fast as it supports standard SQL syntax.