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,607 reviews
from and

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


4-star reviews ( Show all reviews )

    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.


    Education Management

Better than other databases out there

  • December 12, 2018
  • Review provided by G2

What do you like best about the product?
It is very easy to install and use. MySQL is the most popular database software out there and it allows for a easy-to-use user interface and ease of connection to other platforms such as Python.
What do you dislike about the product?
It should have better online connectivity.
What problems is the product solving and how is that benefiting you?
Website management, website creativity, big data storage and management. Helps to process data a lot better.
Recommendations to others considering the product:
May have a high learning curve


    Security and Investigations

Easiest To Use RDBMS

  • December 05, 2018
  • Review provided by G2

What do you like best about the product?
MySQL is easy to set up and use for anyone with any systems experience. It's even easier if you use Amazon AWS RDS. You can be up and using it to build (or run) your application in minutes. It can then be scaled to support large architectures. Support is available for the commercial version (such as Percona), and is generally high quality.
What do you dislike about the product?
It doesn't have the tuning features of some other databases.
What problems is the product solving and how is that benefiting you?
Rapid deployment. Wide acceptance.
Recommendations to others considering the product:
It's great for getting started building applications, and does scale well, but consider other products (PostgreSQL) and other database types (NoSQL) when developing your architecture. Choose the right product.


    Computer Software

Great and simple DB

  • December 05, 2018
  • Review provided by G2

What do you like best about the product?
It's easy to understand and use and the commands are so smooth.
What do you dislike about the product?
It can involve blobs too to improvise the nosql part which it does not have.
What problems is the product solving and how is that benefiting you?
Most of my projects are using MySQL


    Information Technology and Services

Open source works for me

  • December 04, 2018
  • Review provided by G2

What do you like best about the product?
FOSS is still where it's at for a lot of developers, including me. Security and stability are key, and open source software delivers that like few proprietary $oftware suites can
What do you dislike about the product?
Does not have quite the technical support base that an enterprise-level proprietary package would.
What problems is the product solving and how is that benefiting you?
Simple and effective integration of legacy and current data with evolving interfaces, with minimal maintenance to keep up to date and avoid SQL injection vulnerabilities, etc.