Introducing G2.ai, the future of software buying.Try now
MySQL
Save to My Lists
Claimed
Claimed

Top Rated MySQL Alternatives

MySQL Reviews & Product Details - Page 21

MySQL Product Details

Claimed

MySQL Integrations

(5)
Integration information sourced from real user reviews.

MySQL Media

Product Avatar Image

Have you used MySQL before?

Answer a few questions to help the MySQL community

1,636 MySQL Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
1,636 MySQL Reviews
4.4 out of 5
1,636 MySQL Reviews
4.4 out of 5

MySQL Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Information Technology and Services
UI
Mid-Market (51-1000 emp.)
"MYSQL: Great to use, but very buggy at times (depending on which version you are on.)"
What do you like best about MySQL?

Simple interface, ease of use UI and at times somewhat user friendly. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

The program at times crashes randomly and it does not provide a clear explanation on how or why it crashed. Review collected by and hosted on G2.com.

EF
Small-Business (50 or fewer emp.)
"Free database with a lot of potential"
What do you like best about MySQL?

MySQL is a free and open source database manager. Its installation is fast and we can find it merged with other software such as XAMP or WAMP. The main advantage is that it behaves like the rest of SQL databases in general, but its storage capacity as information increases is significantly reduced. Another advantage of MySQL is that it connects to almost all programming languages, since being free is a very good option to test in development and avoid buying licenses that are not necessary. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

It is very limited in high availability aspects and in handling large volumes of information without taking into account the techniques that can help to better manage the information. I do not like that your official site redirects to the Oracle page, although you are the owner of MySQL, I think you should provide both the ODBC and the database installer from the same website without the need to redirect us to the manufacturer page. Review collected by and hosted on G2.com.

Senando B.
SB
Managent information system
Mid-Market (51-1000 emp.)
"Free and Friendly User Database"
What do you like best about MySQL?

The most i like in mysql database is aside for having community edition that is free to explore for developers like us the GUI is friendly user its not hard to understand the features and easy to create schema and tables. You can also import and export data from excel for convenient use for data analysis, reporting and marketing strategies. There is also security features for admin to avoid hacking. There have also a lot of tutorial online that will help you as a beginner. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

I will say it's not dislike feature but to enhance it further to make it online database so every where a developer can access data on it. Its a good practice right know since we are on age of technologies. Review collected by and hosted on G2.com.

William S.
WS
William Sikkens
Small-Business (50 or fewer emp.)
"MySQL is a great open source and widely supported database solution"
What do you like best about MySQL?

MySQL can be easily installed on a local server or workstation instance for testing. The same product also works for enterprise level deployment and is supported by many online cloud services including AWS. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

If you know T-SQL (Microsoft) there are some commands that aren't standard such as update. It is necessary to relearn the environment to be able to fully use the system. Review collected by and hosted on G2.com.

Ankur G.
AG
Ankur
Mid-Market (51-1000 emp.)
"Most light weight database."
What do you like best about MySQL?

Light weight, takes less space, can be used for any application, with new workbench it's even easier to use even for a person with limited knowledge of DB. you don't have to remember all the queries now because of that.It makes our life easier for taking data dump or execute data migration projects. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

doesn't have inbuilt integration tool where as few other DB support that. Review collected by and hosted on G2.com.

Verified User in Logistics and Supply Chain
AL
Mid-Market (51-1000 emp.)
"InnoDB of MySQL"
What do you like best about MySQL?

InnoDB which has the better features for Row Lock. Compared with MyIASM which is using Table Lock, which is more efficient for large scale of dataload. And others still can access to read data and materials. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

InnoDB did not preserve the number of rows of the table. It caused the massive SELECT * query would spend quite a lot of time.

Also not support FULLTEXT search that limited the application usage. Review collected by and hosted on G2.com.

Verified User in Computer & Network Security
AC
Mid-Market (51-1000 emp.)
"MySQL"
What do you like best about MySQL?

MySQL is not open source anymore in the spirit of FOSS, but it is still an openly configurable DBMS. Proprietary packages like Oracle are very difficult e learn and they like it that way. Oracle has a practice of their salesmen telling you that you can use it in ways that aren't legal, then after you install and migrate to it they send another crew to tell you that you're in violation of the licensing agreement and pay up or get sued. I've seen this extortion happen many times enough to know that it's intentional.

The MariaDB version of MySQL is what I trust. Maybe more work but less hidden hassles. Review collected by and hosted on G2.com.

What do you dislike about MySQL?

It tends to have issues with large databases, i.e. > 100GB, with replication failing for strange reasons and needing to be restarted again. Also, you can get into trouble if you don't design your tables correctly. You can't have 5 years of sales records in a huge table and expect to have a dozen indexed fields without serious delays while writing records. Use the views to aggregate a few monthly tables at a time to view records with, and then write to the current month's table only. You don't want to write to a table that has 100,000 records in it with 20 indexes to update as well. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market (51-1000 emp.)
"Great tool for Medium sized Businesses"
What do you like best about MySQL?

Easily Manageable

Easy to learn for a beginner Review collected by and hosted on G2.com.

What do you dislike about MySQL?

Restrictions on Table Sizes and Schemes

Tuning is somewhat complex Review collected by and hosted on G2.com.

Jorge C.
JC
Consultor
Small-Business (50 or fewer emp.)
"Our preferred database for relational data"
What do you like best about MySQL?

MySQL Workbench as and extremelly intuitive tool for database administration, modeling and database server configuration Review collected by and hosted on G2.com.

What do you dislike about MySQL?

Nothing in particular. MySQL meets the majority of our requeriments. Review collected by and hosted on G2.com.

Zankhana S.
ZS
App System Engineer Analyst
Enterprise (> 1000 emp.)
"Convenient open source database"
What do you like best about MySQL?

I have been recently start using MY SQL .

it is Easy to learn, use and manage.

it's query speed is fast compare to others and very stable structure of database

it is open source so available easily and and setup easily and low in cost Review collected by and hosted on G2.com.

What do you dislike about MySQL?

Limited capabilities for stored procedures.

backup takes more time

it does not support for data transfer between database and distributed file system

database design need to be improve, if someone new that require prior knowledge compare to other relational database but overall experience is good Review collected by and hosted on G2.com.

MySQL Comparisons
Product Avatar Image
Microsoft Access
Compare Now
Product Avatar Image
MS SQL
Compare Now
Product Avatar Image
PostgreSQL
Compare Now
MySQL Features
Storage
Availability
Stability
Text Search
Data Types
Languages
Database Locking
Access Control
Data Schema
Query Language
MySQL