Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

MySQL

Jetware | 170503-mysqld_5_7_18

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,570 reviews
from G2

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


    Ashwin A.

Amazing and easy to use Database

  • March 16, 2022
  • Review verified by G2

What do you like best about the product?
The best thing I like about it is that it is an open-source database which makes it popular and fast. It has outstanding support from the communities and the oracle itself. It provides support to multiple backend programming languages but I use it with python and node.js. Its UI is amazing and even beginners can learn it quickly. As this database is structured so we need to work with tables and provide a great visualization for those tables.
What do you dislike about the product?
I don't think there are many cons of this application as of now but I face some issues while performing big data queries. As if you are working with big data queries and you refresh the page then most of the time query gets a time-out error. That should be fixed and its response time should be better.
What problems is the product solving and how is that benefiting you?
It is really easy to work with MySQL and it saved a lot of time for me while analytics. Moreover, it is easy to use so we don't need to put much effort to teach and guide new interns about how to use it. Its interface helps a lot to analyze and interact with the data without using SQL language which saves a lot of time.
Recommendations to others considering the product:
If you are looking for a structured Database it is the best. Its UI is amazing and easy to learn.


    Marek G.

Stable, powerfull, well documented DB

  • March 07, 2022
  • Review verified by G2

What do you like best about the product?
It is well known, documented, and with massive support on many different platforms.
What do you dislike about the product?
It has some limitations when DB is massive and requires clustering.
What problems is the product solving and how is that benefiting you?
This is my first choice when I need to set up a robust application. When thinking about scalability, I will look for other solutions.


    Gabriel G.

SQL made easy for almost anybody

  • March 06, 2022
  • Review verified by G2

What do you like best about the product?
It provides more options to write specific queries than the standard SQL language. One example is the LIMIT keyword.
What do you dislike about the product?
For extensive databases, you should consider alternatives, as it will not work properly on millions of entries.
What problems is the product solving and how is that benefiting you?
I store data and access it to load it on web apps or software applications.
Recommendations to others considering the product:
MySQL is one of the most used SQL engines (and SQL language), and it's a suitable option to work quickly with a database.


    Insurance

Good product for SQL connect and review

  • February 17, 2022
  • Review provided by G2

What do you like best about the product?
Useful tool for connecting to SQL databases and querying and extracting data
What do you dislike about the product?
Nothing major .. the GUI can probably be more intuitive
What problems is the product solving and how is that benefiting you?
Help extract data and run complex queries against the database


    Arpan s.

The scalability and feathers MY sql provide in web development projects.

  • February 16, 2022
  • Review provided by G2

What do you like best about the product?
It based out of traditional database where we use my sql for performing CRUD ( create,read,update,delete) and managing the data for a web application or many more purposes.it follows the relationship between the tables in side a data base we can fetch easyly using the indexing features.many web applications uses my sql as there backend part for managing the user data because it provides user authentication and validation.
What do you dislike about the product?
It is good for small startup or websites where the traffic is low. When it comes to managing learge amount of data or for data analysis purposes we can't use my sql there because it doesn't support features like partitioning.so we can't use my sql in e-commerce based projects where the traffic is high.
What problems is the product solving and how is that benefiting you?
I have used my sql in portfolio based web application or sports based websites where i have used my sql as my backend part for managing and storing the data and django as my front end part.i have merged the django with my sql for developing websites.
Recommendations to others considering the product:
You can go for my sql while you can take any freelancing projects and the data traffic is low.


    Sojin A.

Best free and developer friendly database. also best one to learn SQL

  • February 15, 2022
  • Review provided by G2

What do you like best about the product?
MySQL is an open-source database. best one for SQL learning purposes. simple and fast for small set of data
What do you dislike about the product?
1. Do not support "pub-sub" services. 2. Starts lagging when data size increases. 3. More space usage
What problems is the product solving and how is that benefiting you?
1. Storing my project data
2. storing my client's data.
3. quick update and read data


    Shadi Y.

suitable Relational DB

  • February 11, 2022
  • Review verified by G2

What do you like best about the product?
Commands are friendly and straightforward to use.
What do you dislike about the product?
Nothing to dislike, but some problems suddenly appear.
What problems is the product solving and how is that benefiting you?
Store all information in an organized way and retrieve it easily.
Recommendations to others considering the product:
You can use this product to make the work easy and organized.


    Ramadevi R.

Amazingly simpler DB !

  • February 10, 2022
  • Review verified by G2

What do you like best about the product?
The best of MySQL I like is that it has the best user interface amongst all. Lot of filters and queries can be used with the existing databases and it also allows to import tables from other third party apps or browser.
What do you dislike about the product?
MySQL is not compatible with android version . One cannot use any database software with Android OS. At times, it asks for public server IP address, when it should ask for a private one. If the users access the public server unknowingly, then there's a chance of losing all the data in those databases.
What problems is the product solving and how is that benefiting you?
Great graphical user interface that includes calcultions and representations such as graphs, functions, trees, etcetra. As structured query language is used, it becomes easier to filter records when a specific thing is needed.


    Information Technology and Services

robust and cost effective

  • February 07, 2022
  • Review verified by G2

What do you like best about the product?
price and supported features. It's very stable and mature
What do you dislike about the product?
performance can be an issue and the troubleshooting tools could be better
What problems is the product solving and how is that benefiting you?
persistance for web applications that are based around ORM layers and require a DB for stateful persistance
Recommendations to others considering the product:
Great for development, limited for large scale production


    Pedro M.

MYSQL is one of the best free database software.

  • February 04, 2022
  • Review provided by G2

What do you like best about the product?
I Like MySQL because it's simple to deal with the queries, it's easy to generate a database schema, and also it's a clean navigation/ux compared to other's free options.
What do you dislike about the product?
I don't recognize MySQL as one of the best performance software, and Postgres is way more performative than MySQL. You cannot use a dark theme to query, and it is not simple to make multi-database queries.
What problems is the product solving and how is that benefiting you?
I solve business problems with mysql, extracting data that allows me to get business insights. I also made some automatization using MySQL databases and qliksense.