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.


4-star reviews ( Show all reviews )

    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.


    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


    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.


    Information Technology and Services

Great Query analyzer

  • December 19, 2018
  • Review provided by G2

What do you like best about the product?
It's front end ease in usability. Simplicity in config file
What do you dislike about the product?
Not too friendly in writing DDL. Issues with db users creation
What problems is the product solving and how is that benefiting you?
Write stored procedure, views, use it for troubleshooting issues in application design


    Computer Software

MYSQL - Relational Database with cross platform support.

  • December 14, 2018
  • Review provided by G2

What do you like best about the product?
As a software engineer we deal with both front end and back End Operations, for front we use java, php etc and to fetch or store data we need some resource or some relational database and that is in our firm likely from past 10 years is MySql.
Our all backend operations rely on mysql like fetching data with stored procedures, performing trigger operations.
Performance Schema that collects and aggregates statistics about server execution and query performance for monitoring purposes is completely possible with mysql.
Providing transactional features with which we can commit or roll back our transactions.
What do you dislike about the product?
Running heavy queries like service broker queues mostly crashes the MYSQL,
which results in API failure.
And bit work required on The execution plan that being run while finding the query cost to its accuracy.
What problems is the product solving and how is that benefiting you?
We use MySQL as our back end software to fetch and store data through the API softwares.
Even for all the employees details like personal information and salary details are preserved and retrieved within the mysql database.
So MySql i would say is the major part of our firm because management of companys data is must .
Recommendations to others considering the product:
They already ahead in right direction but they can work bit on Debugging feature of MYSQL.


    Computer Software

Robust open source RDBMS

  • December 12, 2018
  • Review provided by G2

What do you like best about the product?
A full fledged open source enterprise standard RDBMS.
What do you dislike about the product?
Lack of some features and performance in comparison to SQL Server or Oracle
What problems is the product solving and how is that benefiting you?
Free for developers. Decent performance. Best option for Mid-size web apps.
Recommendations to others considering the product:
It's a great RDBMS for small and mid-size business with all the standard features. with cheaper price tag. The community edition is absolutely free.


    PeiYing L.

Couple years in MySQL

  • December 12, 2018
  • Review provided by G2

What do you like best about the product?
Easy to use, great tools, nice performance and easy to scale
What do you dislike about the product?
It hung once in a while. and when it hung you lose the work you just finished
What problems is the product solving and how is that benefiting you?
We use MySQL to store our apps data, create trade related information and doing some process work
Recommendations to others considering the product:
Yes


    Higher Education

Lots of Documentation!

  • December 12, 2018
  • Review provided by G2

What do you like best about the product?
Aside from the intuitive UI, queries are also easy to implement, but more so I love that there is a surplus of documentation on “how to” with MySQL!
What do you dislike about the product?
Difficulty running multiple servers from one machine. Have to manually disconnect and reconnect when switching different hosts.
What problems is the product solving and how is that benefiting you?
Web application management; very simple and easy to integrate with Python 2.7. Makes writing queries and connecting to the database very simple.