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

MySQL

Jetware | 170503-mysqld_5_7_18

Reviews from AWS Marketplace

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

External reviews

1,570 reviews
from G2

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


    Rahul G.

Simplest and easiest DB management software to start with

  • May 21, 2021
  • Review provided by G2

What do you like best about the product?
Simple to set up
Simple queries
Allows integration with different tools
Open source
Great community support
Supports storing json datatype
What do you dislike about the product?
UI can be better like Redis insight
Additional features can be added for business use
What problems is the product solving and how is that benefiting you?
We use for storing survey data in an organised way
Recommendations to others considering the product:
If yor are a fresher to IT industry then mysql is the best way to start with for DB management


    Alexander T.

The Best Relational Database Management System

  • May 13, 2021
  • Review verified by G2

What do you like best about the product?
The thing that I like the most about MySQL is how simple it is to set up and easy to start using. If you know SQL, there is no learning curve for actually using this database management system. It also has integration with various tools that I use on a day-to-day basis, such as IntelliJ Idea. Another thing that I like about MySQL is that it allows for fast and lossless recovery of data if someehting goes wrong during transactions.
What do you dislike about the product?
The only thing that I dislike about MySQL is that it gets a bit slow and takes significant performance hits when working with large databases. Other than that, there is nothing I dislike about MySQL, as it perfectly suits my needs at the moment.
What problems is the product solving and how is that benefiting you?
At my company, we are using MySQL as an underlying database management system for almost all internal R&D projects. I use it for a Deep Learning-based project for managing and storing the data that comes from the customer side. One of the most significant benefits of using MySQL in this setting is that it is easy to get your desired database running quickly.


    José L.

Bases de datos mucho mas sencillas

  • April 28, 2021
  • Review verified by G2

What do you like best about the product?
- Es una forma muy sencilla e intuitiva de crear y administrar tablas y bases de datos sin necesidad de código.
What do you dislike about the product?
La interfaz de adapta con dificultad a las distintas resoluciones de pantalla, le iria bien un poco de diseño responsivo.
What problems is the product solving and how is that benefiting you?
Me resulta sumamente cómodo y sencillo para editar campos y valores en las tablas. Además el buscador resuelve muchos problemas para encontrar determinados datos.


    Suresh k.

Mysql Open source DB

  • April 22, 2021
  • Review verified by G2

What do you like best about the product?
Open source and quite fast and easy to learn
What do you dislike about the product?
Large database issue. I cant handle large DB
What problems is the product solving and how is that benefiting you?
I used it as for software database for storing data and serving for customers.
Recommendations to others considering the product:
This is useful database , should try it


    Telecommunications

Feature Request (to be at top of the game)

  • April 22, 2021
  • Review provided by G2

What do you like best about the product?
I really like the fact that MySQL is open source and we were able to run heavy workloads in our data processing systems without any additional support from the enterprise support for the past 2 years. We were able to scale it up a lot and recommend it over Oracle DB for the upcoming projects. However, I would strongly recommend MySQL to support JSON and Document based colums in the table and it would be really helpfull for the business where we require a RDBMS's ACID properties to be well maintained with flavour of NOSQL too. I would really love to have a UI like Redis Insight for MySQL to analyse my workloads and give me insights about the server memory and memory optimisation to be taken care of wherever required. In short, i want a analyser to see which query is being used by the users a lot and the largest turnaround time for the particular query.
What do you dislike about the product?
I don't really like the option of writing a script to automate the data copy from UAT to PROD or DR environments.
No alerts when the data base has to be scaled to server more requests
No UI for memory profiling.
What problems is the product solving and how is that benefiting you?
We handle all our data from the customer support, profile informations, tracking using MySQL. Since its open source we were able to reduce our costs which were earlier surged by the user oracle enterprise database. We were able to achieve a much better performance using vertical scaling for tracking systems which has a latency of less than 1ms.
Recommendations to others considering the product:
I would highly recommend using MySQL over the most enterprise Relational Databases because its open source and the performance of it with vertical scaling for large business is amazing.


    Sharan G.

Best for relational database use cases. Ideally used a lot in e-commerce websites

  • April 18, 2021
  • Review provided by G2

What do you like best about the product?
The simplicity and support out there is the best.
What do you dislike about the product?
The tables in the db has a limit. Even with indexes, as a table grows, you find the query times a bit more than usual
What problems is the product solving and how is that benefiting you?
Easy to onboard on. Ideal choice for relational mapping usecases


    Kim D.

Good software

  • April 14, 2021
  • Review verified by G2

What do you like best about the product?
I'm not super versed in databases, and MySQL is relatively easy to use. My team and I are able to pull reports and information without having to consult our tech department. It's really handy. Without it, we would have to contact our developers for every piece of info we need. In addition, our team is learning query language which builds our skills. We can also save the queries we use every month so we can easily pull the data for repetitive tasks. It's easy to download and get started-it takes just a few minutes. You can give even lower level employees copies of the queries they need to pull for their role so they don't have to consult the developers for every data piece they need.
What do you dislike about the product?
I can't really think of any; it does the job. I'm sure if our tech team commented they could dig into the details about the behind the scenes usage, but for a front end user it's helpful.
What problems is the product solving and how is that benefiting you?
We have many of the employees who need data from our custom built software pulling it with MySQL rather than going to our developers. Even the non "tech" people in our company can download MySQL and pull data from our systems, so it streamlines information flow. It empowers employees to go to the source and get the information they need. It's really handy in that way.
Recommendations to others considering the product:
It's easy to download and try, so give it a shot.


    Jimesh S.

Robust and Durable RDBMS

  • April 02, 2021
  • Review provided by G2

What do you like best about the product?
Best and widely used Database in the world.
Great community support.
Also, Mysql has cutting-edge features.
Mysql version 8 also support storing JSON datatype
Indexing, Views, cursor, locking, function, and trigger are the most useful functionality.
In addition to the above, Mysql is open sourced so it is quite useful to university students to learn and practice RDBMS.
What do you dislike about the product?
Mysql has a slow version release mechanism hence, a competitor like PostgreSQL and many others are getting the benefit. Mysql does not support materialized view.
What problems is the product solving and how is that benefiting you?
I used to develop Webpages that require database connectivity to store and retrieve data. As Mysql provides ACID properties so, there is no possibility of a dirty read or data loss issue.


    Gaurav O.

Great SQL Tool once you use it you always use it

  • March 31, 2021
  • Review verified by G2

What do you like best about the product?
Very simple, easy and effective, database management and data access using queries made
What do you dislike about the product?
There is nothing that i dislike about MYSQL, just a few hours of learning the commands and you are upto date
What problems is the product solving and how is that benefiting you?
Database management and data retrieval using queries, its simple and effective. Benefits include an easy to use tool to maintain and retrieve data


    Stanley T.

easy to use, and 0 cost sql

  • March 30, 2021
  • Review verified by G2

What do you like best about the product?
mysql just like many other database, it is easy to use, and install.
free to use with all linux or windows os
What do you dislike about the product?
it doesnt have advance function and script like MS SQL
What problems is the product solving and how is that benefiting you?
we use mysql to handle all database with php
Recommendations to others considering the product:
download the mysql server online and test it out