MySQL
JetwareExternal reviews
1,612 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Easy to Use
What do you like best about the product?
Its Free and Open source
Supports Data security
Speed is good for using as a db for websites.
Supports Data security
Speed is good for using as a db for websites.
What do you dislike about the product?
Had issues with using with Macos Mojave. The installer didn't work on Mojave but did on High Sierra.
What problems is the product solving and how is that benefiting you?
For small databases, it provides necessary speed for transaction processing
Recommendations to others considering the product:
Give it a try when using on small dbs
Great experience
What do you like best about the product?
I had really great experience with MySQL because it provides utmost Data security, high performance, compatibility ,On-Demand Scalability, Comprehensive Transactional Support, and round the clock uptime and flexibility of open source , Reduced Total Cost of Ownership and also complete workflow control
What do you dislike about the product?
Memory usage increased: If we use many stored procedures, the memory usage of every connection that is using those stored procedures will increase substantially.
Restricted for complex business logic: Actually, stored procedure’s constructs are not designed for developing complex and flexible business logic.
Difficult to debug: It is difficult to debug stored procedures. Only a few database management systems allow you to debug stored procedures. Unfortunately, MySQL does not provide facilities for debugging stored procedures.
Difficult to maintain: It is not easy to develop and maintain stored procedures. Developing and maintaining stored procedures are often required a specialized skill set that not all application developers possess. This may lead to problems in both application development and maintenance phases.
Restricted for complex business logic: Actually, stored procedure’s constructs are not designed for developing complex and flexible business logic.
Difficult to debug: It is difficult to debug stored procedures. Only a few database management systems allow you to debug stored procedures. Unfortunately, MySQL does not provide facilities for debugging stored procedures.
Difficult to maintain: It is not easy to develop and maintain stored procedures. Developing and maintaining stored procedures are often required a specialized skill set that not all application developers possess. This may lead to problems in both application development and maintenance phases.
What problems is the product solving and how is that benefiting you?
Increased the performance of our applications- MySQL implements stored procedures slightly different which helps in increasing the performance of the applications. MySQL stored procedures are compiled on demand. After compiling a stored procedure, MySQL puts it into a cache. And MySQL maintains its own stored procedure cache for every single connection. If an application uses a stored procedure multiple times in a single connection, the compiled version is used; otherwise, the stored procedure works like a query.
Database mysql
What do you like best about the product?
Mysql is a very good database management software
What do you dislike about the product?
It sometimes crashes and the work gets stopped
What problems is the product solving and how is that benefiting you?
I used it for a project to store a large number of database and it worked perfectly fine and I could load my database really fast with this and my work was done amazingly well with the mysql.
Seems rather user friendly
What do you like best about the product?
I have very recently started using MySQL to manage data for a new project I'm working on. The ease of access to information and the organization is phenomenal.
What do you dislike about the product?
Data tables can be very sensitive to changes, I've noticed that when editing databases that I need to be more careful about the implications of changes made.
What problems is the product solving and how is that benefiting you?
Currently, we're using the product to store preferences and data related to consumers and supply needs.
Recommendations to others considering the product:
Don't be afraid to ask for help.
The perfect database for web applications
What do you like best about the product?
It is a very adaptable database. It is also very fast when performing operations. On the other hand it has been very useful to deploy it on servers with limited resources. I like that no matter what server language I use in my web applications I can achieve access to the mysql database without any complications. This also helps me to interconnect applications through the same database
What do you dislike about the product?
Many advanced functions of MySQL do not have a good documentation, it is required to invest time in being able to find all the necessary documentation. And it's also an unintuitive database for a beginner user.
What problems is the product solving and how is that benefiting you?
It has allowed me to build the database of all websites and applications in the cloud that I have created in the company, it is a great tool for database and widely used in web apps. We are currently creating new products for cloud solutions, and this integrated NodeJS tool works perfectly. We have also integrated it into web applications created with php and python
Recommendations to others considering the product:
It is a great tool, but they should improve the documentation for advanced functions. I like that it can be integrated to any type of server language, it is very useful to connect applications created in different languages from the same database. Finally, mysql does not come fully optimized, it requires several optimization adjustments to improve its performance. They are also simple optimizations that can be easily improved
Great for Relational Database
What do you like best about the product?
MySQL is a great platform for using and learning relational databases. If you are new to databases and want to learn it quickly and practice your own queries then MYSQL is the best. It has the facility of both reverse and forward engineering which makes it easy for implementing data set using E-R diagram and vice versa.
What do you dislike about the product?
MySQL is overall a great product but I don't like the UI of it. The operations on UI are difficult to find and understand. It is great for using for learning purpose but I believe cannot be used for industrial purpose. Additionally, it does not support many Enhanced E-R notations.
What problems is the product solving and how is that benefiting you?
Can learn and implement basic SQL commands. E-R implementation is the best part of it.
Recommendations to others considering the product:
Great product for relational databases and E-R modeling.
Best SQL for Day today
What do you like best about the product?
I have been using this product for sometime ,really doing Fantabulous job connects to multiple systems and reorganize my data according to predefined functions,fantastic to use day to day operations
What do you dislike about the product?
Nothing from my end neither from coworkers
What problems is the product solving and how is that benefiting you?
Many ,such as integral part of our projects
Faster
What do you like best about the product?
Faster performance and good use of low latency tasks.
What do you dislike about the product?
The connection interface for my sql is not that intutive.
What problems is the product solving and how is that benefiting you?
Low latency trading
Pros and cons of the use of mysql in companies
What do you like best about the product?
It is very popular: the fact that many people use it and that it is so present in a large part of the web developments, makes the software providers try to make their applications compatible with this database, thus being able to find many applications for MySQL.
It is simple: it is easy to learn compared to other BDs, it is not necessary to spend a lot of time or money in training workers or in hiring qualified people. The fact that it is simple means that it is also fast, although there are some developers that miss some features (in my opinion, less and less).
It's cheap: although it belongs to MySQL AB, MySQL is open source, which is cheap means that at the beginning of the project the expense goes to other parties that may need it, instead of spending money on licenses.
It has support: one of the disadvantages that clients usually present towards open source is that it does not have support. MySQL offers a license with support and maintenance services, and it is also possible to obtain technical attention 24/7.
It is flexible and scalable: it has many types of storage, being able to select the one that suits us best, and stored procedures allow us scalability.
Native libraries for languages: offers libraries for languages such as PHP and Ruby.
It is simple: it is easy to learn compared to other BDs, it is not necessary to spend a lot of time or money in training workers or in hiring qualified people. The fact that it is simple means that it is also fast, although there are some developers that miss some features (in my opinion, less and less).
It's cheap: although it belongs to MySQL AB, MySQL is open source, which is cheap means that at the beginning of the project the expense goes to other parties that may need it, instead of spending money on licenses.
It has support: one of the disadvantages that clients usually present towards open source is that it does not have support. MySQL offers a license with support and maintenance services, and it is also possible to obtain technical attention 24/7.
It is flexible and scalable: it has many types of storage, being able to select the one that suits us best, and stored procedures allow us scalability.
Native libraries for languages: offers libraries for languages such as PHP and Ruby.
What do you dislike about the product?
Lack of integration with existing environments: there are many circumstances in which DBAs do not have an environment with which to deal with MySQL.
Lack of maturity: in comparison with other BDs such as Oracle (which turns 30), it lacks maturity, which indicates positioning and stability.
Lack of maturity: in comparison with other BDs such as Oracle (which turns 30), it lacks maturity, which indicates positioning and stability.
What problems is the product solving and how is that benefiting you?
MySQL is one of the most popular databases within the web development. There are people who defend it, and others who do not have it among their favorite BD. For those who have to decide on the choice of MySQL as BD of your system, this list of pros and cons can be very useful.
Top of the line SQL server
What do you like best about the product?
What I like the best is the fact that it is open source and common. It works with every application I use and it works well with the command line. MySQL workbench is also very intuitive and easy to use. PhpMyAdmin is also a very popular free administration program.
What do you dislike about the product?
The only thing I dislike is that Oracle owns it and they are garbage
What problems is the product solving and how is that benefiting you?
I use MySQL everyday for many web apps that require database. it works good with PHP
Recommendations to others considering the product:
Its just good works out of the box just get PMA for web administration and MySQL workbench for desktop and your set.
showing 741 - 750