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

MySQL

Jetware

Reviews from AWS customer

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

External reviews

1,627 reviews
from and

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


    Antonio Jesús C.

A veteran of database options

  • November 14, 2018
  • Review provided by G2

What do you like best about the product?
For me is a best relational database for novel users. It grows in the good way, and it is very accesible for developers.
What do you dislike about the product?
Maybe the administration of tables could be better. I would like to have the possibility of copy a database or table directly as a tar.gz
What problems is the product solving and how is that benefiting you?
We work in our company with mysql and for us is a good solution. It is a daily tool that help us to manage millions of register at daily


    Telecommunications

Easy to start for databases

  • November 14, 2018
  • Review provided by G2

What do you like best about the product?
its so simple to start with as a beginner in databases. You will find lots of sources about that and gonna get design database tables quick.
What do you dislike about the product?
It is a little slow and not capable of many features as newer databases are.
What problems is the product solving and how is that benefiting you?
I needed to design backend side of a web application and needed to implement database tables through this.


    inTec M.

MySQL - powerful database management

  • November 14, 2018
  • Review provided by G2

What do you like best about the product?
The power and function over our databases for websites and applications alike.
What do you dislike about the product?
We don't dislike anything at this time and have been using MySQL for years.
What problems is the product solving and how is that benefiting you?
Storing and controlling customer databases for web applications and websites alike.


    Karthik D.

Reliable open source DB

  • November 14, 2018
  • Review provided by G2

What do you like best about the product?
User friendly interface to control and manage the database
What do you dislike about the product?
none, so far everything is working perfectly.
What problems is the product solving and how is that benefiting you?
Inventory system and the benefits are data are always safe and secured. It doesn't crash at any scenarios
Recommendations to others considering the product:
Open Source Database with alots of knowledge base for customers


    Information Services

Extremely Useful and Free

  • November 13, 2018
  • Review provided by G2

What do you like best about the product?
The fact a software of this calibre is available without initial cost still astounds me. Many of the features you want/need in a relational database server are available.
What do you dislike about the product?
Lack of documentation on some of the utilities and more advanced features/functions.
What problems is the product solving and how is that benefiting you?
Many of our websites utilize MySQL for content management.
Recommendations to others considering the product:
Being it is free, there is little to get started. I highly recommend it to replace any software you are currently paying for.


    Computer Software

Review for MySQL

  • November 13, 2018
  • Review provided by G2

What do you like best about the product?
MySQL is really easy to use and one of the best open source Relational Database Management system. It prompts the command names allowing us to write queries efficiently. it is usually very fast at executing queries. Integration with your database and software is very simple too. It is a very fast tool for small usual tasks and very secure since we ourselves grant all the permissions we want.
What do you dislike about the product?
Sometimes a query with too many joins run on a large database does affect the stability of the tool. It gets hanged at times and does not quit executing the query. It also doesn't provide any special features for debugging of stored procedures. Memory usage could be really high.
What problems is the product solving and how is that benefiting you?
When I have to fix a problem for which I need to look into the database level, I use MySQL to understand the relations between various columns involved in the problem. It helps me plan my solution. Further it also assists me to provide the fix for the problem and test the fix too.
Recommendations to others considering the product:
A very handy user friendly tool to access databases efficiently. Definitely recommended to everyone handling databases in their work. MySQL helps you while coding by prompting the key command names.


    Information Technology and Services

MySQL is an amazing open source product

  • November 13, 2018
  • Review provided by G2

What do you like best about the product?
MySQL is open source so we are easily able to implement it across servers quickly.
What do you dislike about the product?
Not much I don't like about MySQL. Really no complaints at all.
What problems is the product solving and how is that benefiting you?
We use MySQL on all of our hosted solutions servers. Very easy to implement and maintain. Have been using MySQL for many, many years and find it to be a very reliable solution.
Recommendations to others considering the product:
I would recommend whole heartily as it has stood the test of time, and performed for us year after year.


    Information Technology and Services

Good interface and easy to use .

  • November 13, 2018
  • Review provided by G2

What do you like best about the product?
It is easy to use and has a good interface .Easy to learn and write SQL queries.Its is a good option for the beginners to learn .
What do you dislike about the product?
It generally slows down while handling large databases .It's efficiency decreases a bit while handling very large database .But it stills has a good performance with small dataset .
What problems is the product solving and how is that benefiting you?
I didn't had any business problems while working with MYSQL . I loved the user interface of it .
Recommendations to others considering the product:
It should handle the larger datasets in a more faster and efficient way .


    Rutvik P.

MySQL Workbench - The best database engine out there

  • November 13, 2018
  • Review provided by G2

What do you like best about the product?
1. Logical replications are very fast in MySQL compared to other DB engines.
2. "index" and "clustered index" for smaller SELECTs works great for MySQL
3. MySQL does wonders with small INSERT because of better concurrency.
What do you dislike about the product?
1. MySQL very slow at bulk DELETEs.
2. MySQL comes with strange defaults for character encoding and collation.
What problems is the product solving and how is that benefiting you?
I am building a enterprise software that classifies support tickets into relevant categories/departments using Machine Learning. MySQL comes to the rescue while the development of such apps or plugins.


    Telecommunications

Easy to learn Program

  • November 12, 2018
  • Review provided by G2

What do you like best about the product?
The user interface is very easy to use and understand.
Programming language is easily transferable within programs.
What do you dislike about the product?
Constant update requests, it usually disrupts with the timing of projects.
What problems is the product solving and how is that benefiting you?
Easy and free access to database manipulation. Easy to teach and learn for current users and new users.
Recommendations to others considering the product:
Less Updates, if update is necessary, make sure to let the user finish work and update afterwards during downtime to avoid interruption.