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.


    Rubén L.

Excellent relational database

  • August 03, 2018
  • Review provided by G2

What do you like best about the product?
The MySQL database is a magnificent database engine, which allows for a great variety of configurations to adapt it to our needs, with a wide range of data types that enable proper adaptation to any type of application.
What do you dislike about the product?
The only drawback I find in this database engine is the lack of use of anonymous blocks, having to devise alternatives to the use of this functionality that is found in other database engines.
What problems is the product solving and how is that benefiting you?
MySQL has allowed our group to solve the data storage problem of the developed web application.


    Noh Sam P.

Reasonable Relational Database Engine

  • August 03, 2018
  • Review provided by G2

What do you like best about the product?
Reasonable cost of using relation database engine that seamlessly offers the almost same experience of Oracle database.
What do you dislike about the product?
Not much support for the free version DB. Especially it costs money to use and deploy.
What problems is the product solving and how is that benefiting you?
In a lab environment, I use MySQL as a traditional RDB modeling or to migrate data from or to another RDB.


    Information Technology and Services

Using MySQL for DB design testing and quick data analytics

  • August 02, 2018
  • Review provided by G2

What do you like best about the product?
Free and very robust, the Workbench software is amazing to work with no more command line interface for me.
What do you dislike about the product?
I think my biggest issue with MySQL is with the workbench application, when creating a new table you have to preform a manual refresh in order to get the new table to display.
What problems is the product solving and how is that benefiting you?
I am using MySQL server and workbench on my laptop and use it primarily to load data given to me in excel format into tables so that I can quickly cross reference the data for decision making or analytics. I also use it for trying out relational database designs before putting them into development.


    Rex B.

MySQL is a great light-weight replacement for SQL Server

  • August 02, 2018
  • Review provided by G2

What do you like best about the product?
MySQL is free - and full featured. It is open source and well maintained.
What do you dislike about the product?
The tools are not as polished as SQL server.
What problems is the product solving and how is that benefiting you?
I am using MySQL as a backend for a web based system I am developing.


    Sahil D.

One of the best open source database

  • August 02, 2018
  • Review provided by G2

What do you like best about the product?
It supports mutiple storage engines, can support different types of apps, supported on multiples platforms
What do you dislike about the product?
Missing lf some advanced database features
What problems is the product solving and how is that benefiting you?
Using as a backend database for web apps and a few other internal applications


    Hospital & Health Care

Ease of use

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
Scalability, ease of use and Query language
What do you dislike about the product?
Optimizing queries, stability, limitation
What problems is the product solving and how is that benefiting you?
Data Security, Scalability, performance


    Information Technology and Services

Fast, inexpensive database with lot of features

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
It can handle larger database, it will is easier to learn and use this database. Its also free downloadable.
It can be easily set up in a Linux, Unix or Windows
What do you dislike about the product?
The transactions cannot be handled efficiently.SO requirements of the application have to be taken into account when creating the database tables
It doesnot support some kind of stored procedures.
issues with stability and clustering, it is very difficult to install a consistent database cluster with MySQL with the regular version.
What problems is the product solving and how is that benefiting you?
using it for small web applications, LAMP stack applications


    Media Production

Simple database engine for newbies and professionals alike

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
Easy to set up, small package, contains all the basic functionality
What do you dislike about the product?
Some database formats are deprecated but still being provided, causing easier data loss.
What problems is the product solving and how is that benefiting you?
A portable database that can be run on many platforms with zero cost.


    Retail

Best SQL Service in my experience

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
Like almost all other database systems on the market, MySQL is a relational database system. MySQL is a client/server system. There is a database server (MySQL) and arbitrarily many clients (application programs), which communicate with the server; that is, they query data, save changes, etc. The clients can run on the same computer as the server or on another computer (communication via a local network or the Internet).
What do you dislike about the product?
MYSQL’S PERFORMANCE DOESN'T SCALE AS WELL AS ITS COMPETITORS
What problems is the product solving and how is that benefiting you?
By profiling your workload, you can expose the most expensive queries for further tuning. Here, time is the most important metric because when you issue a query against the server, you care very little about anything except how quickly it completes.


    Computer Software

Excellent RDBMS

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
Mysql is pretty fast, I love their terminal interface works quite well
What do you dislike about the product?
it does not scale well, if you are using more than 50k rows ur out of luck
What problems is the product solving and how is that benefiting you?
DATABASES