MySQL
JetwareExternal reviews
1,620 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Using to setup local instance
What do you like best about the product?
easy to set up, east to access and maintain
What do you dislike about the product?
server setup, and that should be it. nothing to dislike
What problems is the product solving and how is that benefiting you?
testing my application on my local machine
Good experience
What do you like best about the product?
Easy to write queries, light weight and compliant with sql
What do you dislike about the product?
Some syntax’s are hard compare to other databases
What problems is the product solving and how is that benefiting you?
We use this for daily activities
Recommendations to others considering the product:
Use this because it’s reduces costs and easy to use.
MYSQL review
What do you like best about the product?
Its a great to import and export the databases. It shows relational graphs between the tables.
Very use full tool for area development and pilot testing.
Handling a huge amount of data and good data management.
Entry-relationship model chart.
The basic SQL functions and stored procedures.
Very use full tool for area development and pilot testing.
Handling a huge amount of data and good data management.
Entry-relationship model chart.
The basic SQL functions and stored procedures.
What do you dislike about the product?
Does not allow data partitions.
Works perfectly for small data sets.
Lack of documentation for some functions.
Difficult time to find the commands and functions.
Works perfectly for small data sets.
Lack of documentation for some functions.
Difficult time to find the commands and functions.
What problems is the product solving and how is that benefiting you?
Data tool integration is phenomenal and allows for companies to expand their databases into other programs that provide more robust capabilities as well as handling more data as the company grows.
Database hub
What do you like best about the product?
Because it is easy to query and have console to look for errors and most of time I have next experience using it
What do you dislike about the product?
Hangs a lot, when I do multiple request at a time. Need DBA to unlock us again
What problems is the product solving and how is that benefiting you?
Better than toda Nd great for managing relational database and it’s open source most importantly.
No need to pay a dime
No need to pay a dime
Recommendations to others considering the product:
Better for managing RDBS
It is quick
What do you like best about the product?
Faster searching query.. easy learning curve
What do you dislike about the product?
Why not you have realtime database...Not the quickest, and few flexiblily like nosql
What problems is the product solving and how is that benefiting you?
Please add realtime database
Recommendations to others considering the product:
Add realtime.. changes
MySQL one of the best products for sql
What do you like best about the product?
The ability to create and maintain a database
What do you dislike about the product?
Too complex to install and setup . Installation took me a long time
What problems is the product solving and how is that benefiting you?
Using it as a primary database
Recommendations to others considering the product:
Go for it
A great free database management system
What do you like best about the product?
I like how many resources are available for MySQL, as well as how many other services integrate with it.
What do you dislike about the product?
I dislike how vague error messages can be, but this is common in a lot of database database management systems
What problems is the product solving and how is that benefiting you?
We use MySQL to manage all our data going or our in house reports and services. It allows us to quickly store and retrieve data, and integrate with a lot of other products and services.
Recommendations to others considering the product:
Ensure that a relation databse is right for your needs.
This Program Does The Hard Work For Me
What do you like best about the product?
It’s like the product pretty much does the work for me. I can talk with my clients and then I use this program for assistance to get more work done in less amount of time.
What do you dislike about the product?
This program can take some time to get through the basics for using it. After that, I am able to work much better.
What problems is the product solving and how is that benefiting you?
This product can point out the things that we need to get done for our clients. They look up to us to handle their IT services and we use this product to help us with that.
MySQL
What do you like best about the product?
• Cost-effective:
The database is open source and free.
• Replicable:
The MySQL database can be mirrored across various nodes, implying that the workload can be decreased and the scalability and accessibility of the application can be expanded.
• Sharding:
While sharding is impossible on most SQL databases, it should be possible on MySQL servers. This is both cost-effective and useful for business.
The database is open source and free.
• Replicable:
The MySQL database can be mirrored across various nodes, implying that the workload can be decreased and the scalability and accessibility of the application can be expanded.
• Sharding:
While sharding is impossible on most SQL databases, it should be possible on MySQL servers. This is both cost-effective and useful for business.
What do you dislike about the product?
1. MySQL does not support a very large database size as efficiently.
2. MySQL does not support ROLE, COMMIT, and Stored procedures in versions less than 5.0.
3. Transactions are not handled very efficiently.
4. There are a few stability issues.
5. It suffers from poor performance scaling.
6. The development is not community driven so it has lagged behind.
7. The functionality tends to be heavily dependent on the addons.
8. Developers may find some of its limitations very frustrating.
2. MySQL does not support ROLE, COMMIT, and Stored procedures in versions less than 5.0.
3. Transactions are not handled very efficiently.
4. There are a few stability issues.
5. It suffers from poor performance scaling.
6. The development is not community driven so it has lagged behind.
7. The functionality tends to be heavily dependent on the addons.
8. Developers may find some of its limitations very frustrating.
What problems is the product solving and how is that benefiting you?
We use MySQL to store our data. Open source, reliability, readily available support and industry standard are few benefits of My SQL.
Very popular and open source database.
What do you like best about the product?
With MySQL and its proven performance, reliability and ease of use, it has become the main option I use for database in Web-based applications. In addition, it is an extremely popular alternative as an integrated database.
With its latest version, MYSQL 5.0 append new important features that make it more competitive with drivers such as SQL Server, Sybase and Oracle.
Something I find very fascinating in this new released version I can summarize it in this way:
Use of transactions ACID (Atomic, Consistent Isolated, Durable): To build more secure applications through commit, rollback, crash recovery and blocking by registration.
Store Procedures: To improve programming.
Triggers: To improve business rules.
Views: So that sensitive information is more secure.
Information Schema: For easy access to metadata.
Distributed Transactions (XA): To support transactions between multiple database environments
With its latest version, MYSQL 5.0 append new important features that make it more competitive with drivers such as SQL Server, Sybase and Oracle.
Something I find very fascinating in this new released version I can summarize it in this way:
Use of transactions ACID (Atomic, Consistent Isolated, Durable): To build more secure applications through commit, rollback, crash recovery and blocking by registration.
Store Procedures: To improve programming.
Triggers: To improve business rules.
Views: So that sensitive information is more secure.
Information Schema: For easy access to metadata.
Distributed Transactions (XA): To support transactions between multiple database environments
What do you dislike about the product?
The new features in turn also bring with them new problems that until now are supported by technical support. for example:
Mirroring with disconnected states
The message is duplicated in / etc / motd
filter a message in the log messages
validate the execution time of a process
Statistics in the database
but as I have indicated before, these problems are already being solved by the trained personnel. And by the way, I mention that he is very trained and I congratulate him
Mirroring with disconnected states
The message is duplicated in / etc / motd
filter a message in the log messages
validate the execution time of a process
Statistics in the database
but as I have indicated before, these problems are already being solved by the trained personnel. And by the way, I mention that he is very trained and I congratulate him
What problems is the product solving and how is that benefiting you?
having acquired the license for MySQL server we have eliminated great problems with this manager of tados and has resulted in immediate progress with the company. for example: we have equipment inventory control and the same website of the corporation is managed with said manager.
certainly this tool is very attractive, I hope to continue giving the required use and to continue improving its performance
certainly this tool is very attractive, I hope to continue giving the required use and to continue improving its performance
Recommendations to others considering the product:
I recently made some basic adjustments to improve the performance of MySQL. By adjusting these parameters properly, you can obtain many improvements in the performance of the database, especially if the database server does not have enough resources, and if the SQL optimization part can not be improved much more.
First of all, it can be very useful to take a look inside phpMyAdmin to the sections 'Show MySQL runtime information' and 'Show MySQL system variables', normally accessible from the main page of the application.
The first shows information and statistics that the system collects and maintains from its start. Special attention must be paid to the values of the variables shown in red, and to the tips indicated to the right of these values.
in summary you must have high knowledge of this manager to make changes and adjustments to the required level.
First of all, it can be very useful to take a look inside phpMyAdmin to the sections 'Show MySQL runtime information' and 'Show MySQL system variables', normally accessible from the main page of the application.
The first shows information and statistics that the system collects and maintains from its start. Special attention must be paid to the values of the variables shown in red, and to the tips indicated to the right of these values.
in summary you must have high knowledge of this manager to make changes and adjustments to the required level.
showing 721 - 730