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.


    Verified User in Information Technology and Services

Best database tool

  • July 21, 2020
  • Review provided by G2

What do you like best about the product?
It is the best tool for creating data tables to handle and store data in a structured way. It is easily compatible with other softwares. In designing a website like Django, deployment to the server becomes easy. It has a wide range of acceptance on technology and can handle data more efficiently in a properly structured way. It is easy to use and integrate and can also help increase the program's adaptability.
What do you dislike about the product?
Although it is the best available database tool nowadays, working with it also requires commands and tables. It also maintains databases and tables, but it requires some good configuration to function smoothly.
What problems is the product solving and how is that benefiting you?
My SQL is the right tool for dealing with databases. When I need to deploy my projects and models, I need to handle my data, which I use to create, add, delete or manipulate data tables in mysql, because it's easier. is. . Ho. It also helps me with the easy integration features of other softwares. The best use for me is with the development of my website in the Django framework.
Recommendations to others considering the product:
It is good and efficient tool to start with. It can deal any kind of databases in the world. One can use it in order to deal with database tables and data in a week arranged and structured manner.


    ALEXANDRU-MARIAN D.

Best solution for database

  • July 15, 2020
  • Review provided by G2

What do you like best about the product?
The compatibility with all the programming languages and the easy way to get informations
What do you dislike about the product?
It`s a little bit confusing at the start
What problems is the product solving and how is that benefiting you?
Good structured databases
Recommendations to others considering the product:
the the tie to understand it


    Prasad K.

MySQL - Our database solution!!

  • July 14, 2020
  • Review verified by G2

What do you like best about the product?
MySQL is really reliable and quick in processing which provides us stability in our day to day business processes. It is very easy and flexible to use in all environments. Syntax is very easy and well designed which helps us in writing queries easily and learning faster.
What do you dislike about the product?
Not very easy to match with some of other frameworks. Massive amount data retrieval can be lag but does not happen often and hope the development team can try to improve this. May be some more documentation can be help.
What problems is the product solving and how is that benefiting you?
We use MySQL helps us in developing our projects and we design our applications database. We create and manage databases using mySQL, we host our servers for free which is a big help and data import and export retrieval is very quick and fast. It works faster and smoother with out lags and It yields in high productivity in our team.


    Hospital & Health Care

MySql Review

  • July 10, 2020
  • Review provided by G2

What do you like best about the product?
Free/open source and easy setup, workbech gui tool is user friendly, lots of online resources for assistance
What do you dislike about the product?
ETL/data export is cumbersome, workbench tool hasn't had look updated in a long time
What problems is the product solving and how is that benefiting you?
Big data storage and relational modeling. Great tool for the small or large companies to use for web or php based applications.
Recommendations to others considering the product:
Solid RDBMS for any size company, easy to set up and find staff to support, can utilize for the back end of web applications like sales software or any type of data collection


    Zankhana S.

Convenient open source database

  • June 27, 2020
  • Review provided by G2

What do you like best about the product?
I have been recently start using MY SQL .
it is Easy to learn, use and manage.
it's query speed is fast compare to others and very stable structure of database
it is open source so available easily and and setup easily and low in cost
What do you dislike about the product?
Limited capabilities for stored procedures.
backup takes more time
it does not support for data transfer between database and distributed file system
database design need to be improve, if someone new that require prior knowledge compare to other relational database but overall experience is good
What problems is the product solving and how is that benefiting you?
I write custom queries for web based application and prepare report purpose and scripting purpose.


    Computer & Network Security

MySQL

  • June 27, 2020
  • Review provided by G2

What do you like best about the product?
MySQL is not open source anymore in the spirit of FOSS, but it is still an openly configurable DBMS. Proprietary packages like Oracle are very difficult e learn and they like it that way. Oracle has a practice of their salesmen telling you that you can use it in ways that aren't legal, then after you install and migrate to it they send another crew to tell you that you're in violation of the licensing agreement and pay up or get sued. I've seen this extortion happen many times enough to know that it's intentional.
The MariaDB version of MySQL is what I trust. Maybe more work but less hidden hassles.
What do you dislike about the product?
It tends to have issues with large databases, i.e. > 100GB, with replication failing for strange reasons and needing to be restarted again. Also, you can get into trouble if you don't design your tables correctly. You can't have 5 years of sales records in a huge table and expect to have a dozen indexed fields without serious delays while writing records. Use the views to aggregate a few monthly tables at a time to view records with, and then write to the current month's table only. You don't want to write to a table that has 100,000 records in it with 20 indexes to update as well.
What problems is the product solving and how is that benefiting you?
MySQL can be used in applications obviously, but it is useful as a standalone tool for big data applications as well. It is faster than PostGreSQL on reads without transactions which makes it ideal for manipulating huge tables of data from the SQL command line.
Recommendations to others considering the product:
Use free software if you can. Proprietary software in general has more headaches for administrators than free software. There is more work involved but there are no hidden feature gaps to make you pay even more than you expected to. Oracle is famous for this.


    Kenneth L.

Easy to use

  • June 19, 2020
  • Review provided by G2

What do you like best about the product?
Useful to know since it's so popular and very easy to use. There are a lot of helpful tutorials provided to help you to learn. MySQL was taught to me in my college classes and I've used it ever since. It's also open source and free to use which is nice when working on projects. It supports both Windows and Mac and is very fast.
What do you dislike about the product?
It would be nice if there was support for mobile devices.
What problems is the product solving and how is that benefiting you?
Fundamentals of databases final project to create a calorie counting software.


    Jesus A.

I think we all agree that MySQL is the most popular database in the world

  • June 18, 2020
  • Review verified by G2

What do you like best about the product?
MySQL is a simple database and it has been very popular over the years. I think its most important factor is the ease with which you can learn the syntax of your queries. Furthermore, I also like the fact that it has extensive documentation, which is constantly updated. In addition, they have an application called Workbench that offers a nice graphical interface and tools to do different tasks to the databases, such as import and export of data, performance reports, and tools to add, remove or remove tables.
What do you dislike about the product?
Sometimes migrating large databases from one server to another can usually be a cumbersome process, since the default server configurations do not support reading large amounts of data and do not have long runtime.
What problems is the product solving and how is that benefiting you?
I have worked with MySQL databases since the beginning of my career and its main advantage is that it is completely open source. Currently I use it in my organization to develop web applications with the Linux, Apache, MySQL and PHP stack.
Recommendations to others considering the product:
Of course I would recommend the use of MySQL for the development of any software. MySQL is the most popular database in the world, so it is constantly being updated and has very well-developed documentation.


    Computer Software

Excellent Db Tool for Beginners

  • May 27, 2020
  • Review provided by G2

What do you like best about the product?
The MySQL is an excellent tool for learning relational database and their concepts.I used this tool in my first project there client needs his customers data manipulate and fetch using MySQL tool. So, i had found MySQL is very appealing and easy to use tool.
What do you dislike about the product?
No, i did not find any dislike about MySQL.
What problems is the product solving and how is that benefiting you?
Fixed database schema related issues.
Recommendations to others considering the product:
Yes, i would like to recommend to beginners this tool.


    Daniela C.

MySQL is my preferred platform to develop projects with Java or PHP

  • May 21, 2020
  • Review verified by G2

What do you like best about the product?
MySQL has a very easy and simple graphical user interface. I like it because the functions and commands are not difficult to learn. Also, it has really complete and fast import and export tools. Another favorite feature is that there is a lot of useful documentation in different languages on the web. On the other hand, it works very well on Linux servers, which are the ones we have in the organization.
What do you dislike about the product?
MySQL does not work efficiently with large databases, as servers typically exceed maximum wait times when an import is performed, forcing additional work to be done on its configuration.
What problems is the product solving and how is that benefiting you?
MySQL allows me to create and manage databases of mobile application projects that are under development. The most important thing is that we can host our SQL servers for free. On the other hand, its data import and export functions work quickly, saving us time.
Recommendations to others considering the product:
I use this software frequently in the development of my projects. It is an open source solution with really efficient features and easy to use. It is possible to integrate it with programs like XAMPP. I recommend it.