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

External reviews

1,612 reviews
from and

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


    Accounting

been using the database on many application

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
easy to use and free. It allows be to get started with new application developments. jdbc are great and easy integration with Java
What do you dislike about the product?
I am would like to start using reactive development and be able to integrate with mysql the same way I integrate with kafka or mongodb
What problems is the product solving and how is that benefiting you?
RDBMS for my app


    Information Technology and Services

A great database

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
Easy to use, rich list of functionalities
What do you dislike about the product?
Hard to build complex queries. The query language could be a bit more flexible and may be standardized so that the learning curve for new developers could be lesser as it has more common with other db query languages
What problems is the product solving and how is that benefiting you?
CRUD operations mostly..


    Leisure, Travel & Tourism

I use it and it works pretty well

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
works at scale and we use it quite a lot.
What do you dislike about the product?
improve management when using multiple instances
What problems is the product solving and how is that benefiting you?
making the business work. It helps a lot.


    Information Technology and Services

Good DB

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
Fast, light, comfort work. We use for our product because MySQL is better free, light DB.
What do you dislike about the product?
I didn't see any part for dislike. But I'd like to see in new version Materials view tables.
What problems is the product solving and how is that benefiting you?
Only one, doesn't see some functionality.


    Information Technology and Services

Mysql- an opensource database for medium to largebase applications

  • September 15, 2019
  • Review provided by G2

What do you like best about the product?
Mysql installation is process is very simple and it creates server by itself, the launchtime of mysql workbench is fast, the execution of queries is very user friendly, the error are displayed with very easy to understand syntax, hover over on error will display the exact error description, mysql overall is a great application
What do you dislike about the product?
The query execution takes time, i did not find any guide to execute the queries with commands, everytime need execute it through mouse click, the terminal for writing sql is very small, it acquires a large block of internal memory of system
What problems is the product solving and how is that benefiting you?
Used it as main databse for medium size mainly php based web applications on windows machines


    Gabriela B.

Due to its low consumption it can be executed in a machine with scarce resources

  • September 14, 2019
  • Review provided by G2

What do you like best about the product?
I like MySQL mainly because it is used by very popular and large websites. It is also mostly used in conjunction with web servers where it is related to web applications or CMS for online sites, such as Wordpress, Joomla !, Drupal, among others. It is closely linked to PHP in regards to this type of development. In my opinion, it is a database that presents speed in reading, especially when certain engines such as MylSAM or InnoDB are used. Despite this, problems may arise when used in environments or developments that have a high concurrence of modification. As in the development of web applications there is usually no high number of data modifications, but rather frequent data reading, MySQL is presented as the ideal BD for these cases. Likewise, whatever the environment and objective for which MySQL is intended to be used, it is necessary to monitor performance in order to correct errors, both programming and SQL.
What do you dislike about the product?
One of the big disadvantages that I have noticed is that a large percentage of MySQL utilities are not documented. In addition, for many inexperienced people it may seem unintuitive, like other programs
What problems is the product solving and how is that benefiting you?
MySQL is a relational database system, which means that it archives data in separate tables instead of saving all the data in a large file, which allows me to have greater speed and flexibility. These tables are related in defined ways, so it is possible to combine different data in several tables and connect them. Anyone can use MySQL and create modifications by downloading the source code in order to adjust it to suit and use it, since it is open source software


    Alex R.

Most popular database

  • September 13, 2019
  • Review provided by G2

What do you like best about the product?
Implemented well on most systems. It is open source. It is the easiest database to learn.
What do you dislike about the product?
I have not issues with MySQL but so many users and organization are switching to other databases from MySQL which worries me
What problems is the product solving and how is that benefiting you?
MySQL is a free database that is easy to set up


    Ankita S.

MySQL is very easy SQL

  • September 12, 2019
  • Review provided by G2

What do you like best about the product?
MySQL database is very simple and easy to use and one among the most popular databases is MySQL database. In MySQL, we have the stored procedures which are very fast and through them, we can make our task easy and simple. We can schedule our task in MySQL with the help of the triggers. MySQL support is available 24*7. If we face any issue we can directly get in touch to the MySQL executive which will provide us a solution as soon as possible.
What do you dislike about the product?
It is difficult to mention any negative aspect of this database because its benefits are greater. However, some prior knowledge is required to take better advantage of its functions since this is not very intuitive for beginner users.
What problems is the product solving and how is that benefiting you?
I am using MySQL for the purpose of storage of the data to the database and the retrieval of the data from the database.
Recommendations to others considering the product:
If you are thinking to use or work on a database then please opt MySQL and you will love it because it is very easy to use and learn.


    Utthan D.

MySQL - The Easiest Relational Database

  • September 11, 2019
  • Review provided by G2

What do you like best about the product?
MySQL and its associates softwares like MySQL workbench are widely used in small and large organiztion. Because it is easy to use and implement. If we talk about Relational Database than There is no comparision to MySQL. Basically MySQL is the tool which helps to store , retrieve and manipulate the data efficiently and easily.
What do you dislike about the product?
In MySQL if we does not using MySQL workbench than sometimes it becomes difficult to hardcore the MySQL's Queries and sometime queries becomes error prone . One thing that MySQL works slowly . In mysql writing queries are too time consuming and sometimes performance of MySQL was not too good.
What problems is the product solving and how is that benefiting you?
We are solving many problems using MySQL like we have develop a Enterprise Application which stores the data of regular customer so vendor able to send email and messages to right customer at right time. For this Enterprise Application me and my team used MySQL for database related task. MySQL helps us to store and retrieve the existing data efficiently and correctly.
Recommendations to others considering the product:
If we talk about relational database than MySQL can not be compared with any other databases.
Go for it.


    Matthew H.

Best database management system that exists

  • September 08, 2019
  • Review provided by G2

What do you like best about the product?
With this product, I can easily manage, organize and manipulate the data. It helps a lot in my daliy life to handle the data with stored procedures, triggers, cursors, functions, views etc. Easil adding new schemas in a table by simply using create table syntax or adding/modifying data with insert/update/alter query. Maximum of my work done from back end (MySql), if data is not coming in the table then i just check the table columns values. The best thing i like kt most is that it is open source application, anyone can easily use it.
Performance is good. May be a little slower than others in huge databases although we didn't get to that point yet. We have tables with millions of records that query and update even quicker than SQL server.Paid support is available.It can be used as server over Windows and Linux OS's, beeing the latter the one that ofers the best performance of both.
What do you dislike about the product?
I don't really have any complaints about mysql. It can be difficult to upgrade between versions as it's quite strict with how it handles versioning and data, but this can be seen as a pro and not necessarily a con in tight infrastructure scenarios since it is so strict.
What problems is the product solving and how is that benefiting you?
I use it on daily basis, running queries from workbench software and from projects code, creating tables and new instances of the database.
Recommendations to others considering the product:
85% of our client websites of small and medium scale enterprises are working with MySQL. Till date there is not any issues raised by them on database problems.