Browse Software
List Your Product
Loading...
MySQL Reviews

User Rating

4.4/5 (Based on 3,317 Ratings)

Rating Distribution

  • Excellent

    48.3%
  • Very Good

    43.3%
  • Average

    7.7%
  • Poor

    0.7%
  • Terrible

    0.1%

User Sentiments

Ease of Use, Open Source, Fast Performance, Extensive Integrations

Limited Scalability, Lack of Advanced Features, Outdated User Interface, Stability Issues

Do You Use MySQL?

Write a Review

Review Summary

MySQL is renowned for its speed, scalability, and open-source nature. Users appreciate its ease of use, robust features, and strong community support. However, concerns regarding licensing costs, limited technical support options, and potential security risks have been raised. Overall, MySQL is a reliable choice for businesses seeking a cost-effective and customizable database solution, but it may require additional investments in support and security measures.

Pros

  • High Performance: MySQL is known for its speed and efficiency in handling large volumes of data and complex queries.
  • Open Source: Being opensource, MySQL offers customization flexibility and a large community for support and contributions.

Cons

  • Limited Scalability: MySQL may face scalability challenges when dealing with extremely large datasets or complex workloads.
  • Security Concerns: Opensource nature can make MySQL susceptible to security vulnerabilities and attacks if not properly managed.

AI-Generated from the text of User Reviews

Reviews
RS

Ravinder S

January 2, 2024 Source: G2.com
"Most Popular Relational Database Solution for Small to Medium Level Businesses"
What do you like best about MySQL?

When it comes to Open Source Relational Database Mamangement, MySql comes at top. MySql allows to create, modify and extract data from relational database. The MySql installer is very easy and within few minutes you will be able to start working on MySql. In addition to above it provide database optimization, scalabilit and transactional processing support.

What do you dislike about MySQL?

I think it has all the positive in it, except that it should allow storing more data.

What problems is MySQL solving and how is that benefiting you?

One can manage the database efficiently with MySql Applciation because it is a very powerful, dependable, and stable solution. MySql has a unique storage engine making it even easier to manage the database. To achieve peak performance MySQL database server can be tweaked. For fast transactional database solutions MySql is one at the top of the list.

Read more
EZ

Emin Z

December 29, 2023 Source: G2.com
"Our only choice MySQL"
What do you like best about MySQL?

We prefer it because it is open source. Mysql database does everything for us in terms of connection, schema or relationship. My favorite part is the quick installation and easy to use. I am very pleased with the user interface.

What do you dislike about MySQL?

It can cause problems with large data, most of the time we solve this situation via ssh with load_data_infile. It works fast and effectively.

What problems is MySQL solving and how is that benefiting you?

It has been solving almost all our database-related problems for many years.

Read more
AU

Anonymous User

November 22, 2023 Source: G2.com
"Great Move"
What do you like best about MySQL?

That mysql and Mariadb are one and the same now

What do you dislike about MySQL?

It could use some more work on the unix_socket implementation

Recommendations to others considering MySQL:

If you're looking for the speed of Mariadb they have it.

What problems is MySQL solving and how is that benefiting you?

It is running in a lamp stack

Read more
AU

Anonymous User

November 10, 2023 Source: G2.com
"Using MySQL for rest api software storage"
What do you like best about MySQL?

Easy to use and maintain user friendly and get the data with no delay

What do you dislike about MySQL?

Not good for large amounts of data as it is rational db

What problems is MySQL solving and how is that benefiting you?

Storage of data for the rest api Java software

Read more
PM

Pablo M

November 10, 2023 Source: G2.com
"Fast database with spatial support"
What do you like best about MySQL?

It has support for spatial data and spatial functions, and it is fast with a small overhead.

The spatial functions support is great. For example, while trying to figure out which points belongs to which areas, using the functions we were able to have it faster than doing it externally to the database.

Comparing mysql to other players shows that it supports what we need with low requirements on hardware and also on configuration steps to get it up and running. Also, using it to have our integration tests was not a big deal, its possible because it has a low overhead, and we could create a docker image with a base database to execute everything on it. Using this approach or a memory database solution brought us very similar performance for the tests, but with mysql supporting much faster spatial implementation, and this is a big requirement for our integration tests execution to succeed.

Mysql also has dual license, supporting open source projects and commercial projects.

What do you dislike about MySQL?

The dump feature may be improved for big databases, it is slow to import from sql files.

The solution I have found to create a docker image with a big database volume was based on creating multiple dumps with the biggest tables separated from the rest of the database. Otherwise every time I try to import it, it crashes.

Recommendations to others considering MySQL:

Try the spatial support with supporting functions in Mysql 5.7 or higher versions.

What problems is MySQL solving and how is that benefiting you?

Saving geographic positions and areas and data related to them.

Read more
PK

Prabhat K

October 30, 2023 Source: G2.com
"Best tool for data exploration and manipulation"
What do you like best about MySQL?

1.very easy to use

2. MySQL is known for its excellent performance

3. MySQL is relatively easy to set up and manage

4.MySQL offers various security features to protect data, including encryption, user authentication, and role-based access control.

What do you dislike about MySQL?

MySQL may not be the ideal choice for applications that require advanced analytics or complex data warehousing

What problems is MySQL solving and how is that benefiting you?

I genearally use MYSQL for data exploration and manipulation. It helps me to create various report saving my lots of time.

Read more
IP

I.L. P

October 27, 2023 Source: G2.com
"MySQL involves assessing features, performance, ease of use, and suitability for your specific needs"
What do you like best about MySQL?

Open Source Nature ,Ease of Use,Performance,Security and Community Support

What do you dislike about MySQL?

Storage Engine Limitations and Performance Bottlenecks

What problems is MySQL solving and how is that benefiting you?

Data Management for Web Applications

Read more
KH

Kamil H

October 13, 2023 Source: G2.com
"BEST SOFTWARE FOR MYSQL PROGRAM"
What do you like best about MySQL?

easy to use and convenient and interface is so simple thats why it is very easy to use.

What do you dislike about MySQL?

mysql view is little bit useless when i creating view that join multiple table.

What problems is MySQL solving and how is that benefiting you?

MySQL is optimized for speed and can handle complex queries quickly, providing fast and reliable access to data, which is crucial for applications that require rapid data processing.

Read more
TD

Tapas D

September 8, 2023 Source: G2.com
"Great for Sql developers and learners also"
What do you like best about MySQL?

Ease to use for both learners and working professionals. Showing possible next line is great feature so its helps to complete the project fast.

What do you dislike about MySQL?

Sometime it takes more time to load previous projects or on going project link with database.

What problems is MySQL solving and how is that benefiting you?

My sql help learns as well as developers to make a project for college or company. Its good in linking with data base and cleaning or deletion or adding new data also.

Read more
AU

Anonymous User

August 18, 2023 Source: G2.com
"A popular and powerful RDBMS"
What do you like best about MySQL?

- A relational database management system that is free, popular, and powerful

- It supports spatial data types for geographical calculation and storage

What do you dislike about MySQL?

- It is hard to scale out MYSQL

- It doesn't have a good debugging and development tool compared to paid databases.

What problems is MySQL solving and how is that benefiting you?

- MySQL is a relational database management system

- It is free and quite easy to use

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed