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.


    Computer Software

MySQL MyFavoriteSQL

  • December 28, 2018
  • Review provided by G2

What do you like best about the product?
Simplicity of using, better features than SQL, Lightweight, lots of support.
What do you dislike about the product?
Sometimes incompatible with SQL. Also, I would like if it had more variety of MySQL clients.
What problems is the product solving and how is that benefiting you?
Database for data organization and storage for API developments and its QA environment maintenance.
Recommendations to others considering the product:
Welcome! You have made a good choice!


    Ketul K.

One of the Best SQL coding platforms out there

  • December 27, 2018
  • Review provided by G2

What do you like best about the product?
This is one of the best and well-known SQL database building platforms out there. You can use it to write SQL code and connect data points together across different systems, platforms, and databases.
What do you dislike about the product?
There is not much to dislike about the platform itself. SQL coding has some room for further refinement and simplification, but the platform itself is very well known and great.
What problems is the product solving and how is that benefiting you?
MySQL helps to provide a platform that can be used to generate the SQL code needed to connect data points within disparate databases together. Using this platform, we have been able to create SQL based databases connected to SAP. These databases have allowed for better stability to SAP as well as a quick way to perform business analytics and pull mass data sets based on specific queries.
Recommendations to others considering the product:
Ensure that there is also a support team in place to answer any questions regarding functionality, error resolution, or other issues.


    Nikhil D.

Mysql database is reliable and easy to use

  • December 27, 2018
  • Review provided by G2

What do you like best about the product?
My sql is easy to use and very reliable it is bulletproof. No one can hack this easily. 4 main quires are used to add, delete, modify and update the data. Everyone can easily understand how to use those queries and how to store the data and how to create a database. Good point of MySQL is its data security.
What do you dislike about the product?
I do not face any serious problem with MySQL soi have nothing to say on this.
What problems is the product solving and how is that benefiting you?
I use mysql when i am doing work on website developing. I use it with php language to store the data on database when user fill any or anything else.
Recommendations to others considering the product:
My SQL Generally Use for storing data on the database. I Use It in the backend of my website. It's very easy to implement. You Not need to learn queries just need to understand then you can build it easily.


    Telecommunications

Simple administrative but corruption-prone

  • December 27, 2018
  • Review provided by G2

What do you like best about the product?
MySQL has been the standard SQL solution for years. It's easily adoptable and the documentation for administration is robust. The cli tool is superior to other relational databases solutions.
What do you dislike about the product?
I've used MySQL for 11 years and have had numerous incidents where there were corrupted tables that were not recoverable. This led to a lot of extra effort around redundant backups and replication.
What problems is the product solving and how is that benefiting you?
We have many stateful applications that require relational databases.


    Non-Profit Organization Management

Great way to query your database

  • December 27, 2018
  • Review provided by G2

What do you like best about the product?
It's a nice way to access your database by submitting queries of fields you are familiar with.
What do you dislike about the product?
If you're not familiar with the fields, it can be tricky to search. If one character is off, you'll need to fix it to get the right data.
What problems is the product solving and how is that benefiting you?
A way to get lists of data within our platform.


    Anastesia S.

Experience in using MySQL

  • December 27, 2018
  • Review provided by G2

What do you like best about the product?
The easiest way to save my database information is MYSQL always. Easy commands through the terminal are the really best and convenient way for any user.
What do you dislike about the product?
Nothing, because mysql is my favourite database application ever used.
What problems is the product solving and how is that benefiting you?
I use MYSQL in my recent project that connects php and mysql. I designed a webpage and used mysql for saving the login information and the content to be displayed on the webpage.
Recommendations to others considering the product:
The most simple way of database management is possible with MYSQL, So I strongly recommend MYSQL for the users.


    Education Management

MySQL in classroom

  • December 25, 2018
  • Review provided by G2

What do you like best about the product?
Most hosting packages include. Can be insntalled along with Xamp for local. Lots of resources online. w3schools especially good for high schoolers.
What do you dislike about the product?
For what we do, it is fine. No real complaints
What problems is the product solving and how is that benefiting you?
Used in web design section of class with 10th and 11th graders, using PHP, HTML , and CSS


    Usman J.

MySQL user experience

  • December 24, 2018
  • Review provided by G2

What do you like best about the product?
The best thing is the rich feature set and granular settings.
What do you dislike about the product?
Sometimes the registration issues comes when DB is not getting registered.
What problems is the product solving and how is that benefiting you?
just a back end database for a test application


    Computer Software

Easy to learn

  • December 22, 2018
  • Review provided by G2

What do you like best about the product?
It is really easy to learn as a fresher.
What do you dislike about the product?
Using Nulls and managing it with the code.
What problems is the product solving and how is that benefiting you?
Using it for our internal systems like HRMS


    Computer & Network Security

mysql

  • December 21, 2018
  • Review provided by G2

What do you like best about the product?
I love the RDBMS, its so much better than the key pair approach of dynamodb as it easily lets the user query the db using sql.
What do you dislike about the product?
might get slow for extremely large dataset
What problems is the product solving and how is that benefiting you?
for most of my backend DB usage, where i need to query the database i am using mysql in a lot of projects
Recommendations to others considering the product:
usage of any RDBMS depends on your use case. If you want a system where you will be able to make queries using SQL like statements, then you should go for MySQL, but if you just want to fetch values using keys, then MongoDB or DynamoDB would be a better option.