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

Cheap but limited solution

  • March 22, 2019
  • Review provided by G2

What do you like best about the product?
It’s cheap and you can easily backup schemas to a single transaction file
What do you dislike about the product?
Its not very suitable for heavy workloads, awful management console and t-sql language
What problems is the product solving and how is that benefiting you?
RDBMS for applications


    Market Research

Very powerful tool for structured data

  • March 22, 2019
  • Review provided by G2

What do you like best about the product?
I really like how MySQL eases out the burden of avoiding inconsistencies as well as keeping our data accessible and centralized for several users assigned to the system.
What do you dislike about the product?
I dislike the fact that MySQL is fundamentally designed to only process structured data. As the Internet is moving towards unstructured or semi-structured data such as JSON, XML, it is hard for people to rely on MySQL. Therefore, DBMS such as MongoDB and MariaDB have come into place.
What problems is the product solving and how is that benefiting you?
We're trying to automate the work done on tools like MS Excel, by designing an application which has a centralized database management system following all the fundamental ACID properties of an RDBMS, coupled with some advanced functionalities that MS Excel has.
Recommendations to others considering the product:
MySQL is a really light weight technology to use, and a super convenient DBMS for structured data. It is definitely a perfect match for programming languages like Java, Python as well as scripting languages like PHP.


    Anushmita B.

It’s going good

  • March 22, 2019
  • Review provided by G2

What do you like best about the product?
It’s one of the second best software after toad . I love using it
What do you dislike about the product?
At time the results generation is slow. Setup at time was little difficult but after that it’s easy
What problems is the product solving and how is that benefiting you?
Banks generally use to pull data


    Accounting

Easiest to use database

  • March 21, 2019
  • Review provided by G2

What do you like best about the product?
Easy of use or the interface and fast setup time
What do you dislike about the product?
interface is very outdated, would be nice to have a data visualiser (like mongodb has with compass)
What problems is the product solving and how is that benefiting you?
storing relational data of our different assets


    Grace B.

Why MySQL

  • March 17, 2019
  • Review provided by G2

What do you like best about the product?
MySQL is open source and easily available. It’s easy to use and can handle huge amounts of data simultaneously. We have been using MySQL for so long for our web applications. Something else I like about MySQL is that there is plenty of documentation and reading resources online.
What do you dislike about the product?
There is no guarantee that it will always be open source. MySQL is also not mature and advanced compared to some few other relational database management systems (RDBMS). MySQL also needs improvements on query performance.
What problems is the product solving and how is that benefiting you?
MySQL is one of the most popular relational database management systems used on websites and web applications. We have been using MySQL as a database solution for our web applications. It's affordable and easy to use. Being a popular solution there are a lot of developers available when you want to hire developers to build web apps that will be using MySQL.
Recommendations to others considering the product:
MySQL is so popular, easily available and free. It's a good place to start. MySQL has been used by small, medium and big companies which means it can be trusted. I would recommend it.


    Sachintha H.

Mysql is heart of software development

  • March 17, 2019
  • Review provided by G2

What do you like best about the product?
easy to work and more functionality. fast access data .as a web developer I using Mysql my back-end data handling very simple and important.
What do you dislike about the product?
it is not support MAC versions and common table expression,
What problems is the product solving and how is that benefiting you?
Mysql is free and open source,it support for my local development.
Recommendations to others considering the product:
Mysql easy to work with web developments


    Raghunandan Reddy A.

My sql database for building database on oncology at a spoke level

  • March 17, 2019
  • Review provided by G2

What do you like best about the product?
We started the project from scratch and imported all the data into my sql from redcap server and it is really beneficial to have the database built in my sql because of easy querying
What do you dislike about the product?
slightly confusing functionalities when compared to oracle sql
What problems is the product solving and how is that benefiting you?
having so many tables in database and querying form multiple tables is easy with my sql


    Information Technology and Services

MySQL Review

  • March 15, 2019
  • Review provided by G2

What do you like best about the product?
MySQL is easier to learn and to use, compared to other databases. Learning curve is low.
It has many options for additional features like storage engines, you can pick the one that works best for you. I have used InnoDB.
Support of MySQL is very good. The site has blogs, tutorials, webinars, videos and many discussion forums. Any question you have has probably already been answered somewhere by someone in the MySQL community.
What do you dislike about the product?
There always trade offs and challenges.
MySQL works fine in most small or medium applications, but when data size grows, the performance may down.
MySQL has a little choices when you need to write stored procedure and trigger.
What problems is the product solving and how is that benefiting you?
One can configure MySQL to run tiny embedded applications using a memory no larger than one megabyte and can be used in large systems also.
MySQL has popular feature called stored procedures, mini, precompiled routines that reside outside of the application.
MySQL is evidently fast. It is a genuine multi-threaded database server that exceeds expectations at retrieving information.
Recommendations to others considering the product:
The first database I used was MySQL and to be honest I still use it. MySQL has been used in various environments. It is widely adopted and it's relatively easy to use. If you're a beginner and seeking RDMS, MySQL is best option to go for. When you run into problems, they might probably already have been answered somewhere. If you are trying to create a site with the high level functionality, MySQL might not be the right tool. MySQL does not implement features found in many other products.


    sushree suravi b.

Data Management simplified with MySQL

  • March 15, 2019
  • Review provided by G2

What do you like best about the product?
Graphical database management tool (workbench) is very useful. The excel to database import feature is really useful.
What do you dislike about the product?
Stored procedures have few disadvantages (restricted for complex business processes, memory usage increased , Difficult to debug , Difficult to maintain)
What problems is the product solving and how is that benefiting you?
Data storage for clients and internal processes


    Justin E.

Excellent database solution

  • March 14, 2019
  • Review provided by G2

What do you like best about the product?
I like the ease of establishing a connection and querying a database.
What do you dislike about the product?
I dislike how easy it is to accidentally open multiple connections due to the connections not being automatically closed.
What problems is the product solving and how is that benefiting you?
MySQL provides an excellent solution for database integration and management. It has provided me with a way to store vast amounts of information collected through my software while still being able to quickly retrieve entries.
Recommendations to others considering the product:
Just do it.