MySQL
JetwareExternal reviews
1,611 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Excellent tool for querying MySQL databases
What do you like best about the product?
What I like best is how simple it is to query and provide readable and workable data for employees who do not work directly with the technology. Management is able to make the best business decisions once I as the developer extract the data for them using MySQL.The table set up as well as the data querying is easy to learn and work with. It also allows for connection to multiple databases so it's easy to jump back and forth from one to the other.
It's also great that when the program does occassionally crash, it automatically saves your work. Once the program reloads you can continue working just where you left off.
It's also great that when the program does occassionally crash, it automatically saves your work. Once the program reloads you can continue working just where you left off.
What do you dislike about the product?
MySQL tends to crash at times. Often needs to be restarted.
What problems is the product solving and how is that benefiting you?
A business is powered by it's data. MySQL gives me the tools to pull this data and analyze it, which allows for the company as a whole to make the best possible business decisions. Having such a dynamic tool that gives me such efficent access to my data increases the turnaround of projects with the highest level of accuracy.
Recommendations to others considering the product:
MySQL is definitely a great tool to work with for database related work. I use it on a day to day basis and it allows me to work efficiently in conjunction with my web applicaitons. It may crash every so often when running heavy duty queries, but restarting it should fix the issue.
I would highly recommend it.
I would highly recommend it.
Mysql server 8.0 + is flawless
What do you like best about the product?
Build-in functions. Triggers and transactions
What do you dislike about the product?
Not having full text search in MyIsam engine.
What problems is the product solving and how is that benefiting you?
My custom CMS system is written entirely on MYSQL DB.
I am using MySQL for the last 11 years. From MySQL version 5 to the current version 8.
What do you like best about the product?
MySQL is best suitable for storing complex relational data features. Now, with the JSON support, it adds more power to the MySQL
What do you dislike about the product?
Still, MySQL lags at text performance. We can't use MySQL for advanced search features. ES and Solr are better for those. Also, it's single point of failure if the Master goes down.
What problems is the product solving and how is that benefiting you?
I prefer using MySQL for storing configs, relational data storage. With proper data modeling, MySQL will be the best one to go with it.
Recommendations to others considering the product:
Go with MySQL blindly, if you have fewer data and also if it demands relational use cases. Even if you have a large amount of data, you can use sharding or partitioning to scale it.
Robust and adopted globally.
What do you like best about the product?
Mysql is fast to code-in,
It has the largest user community of any database management system out there, thereby making it so easy to find solutions to any problem encountered whilst using the program,
Mysql works with practically all mainstream server side programming languages I know.
It has the largest user community of any database management system out there, thereby making it so easy to find solutions to any problem encountered whilst using the program,
Mysql works with practically all mainstream server side programming languages I know.
What do you dislike about the product?
While Mysql does struggle with managing large datasets, we 've successfully navigated this bottleneck by using proper partitioning and indexing on our database tables.
What problems is the product solving and how is that benefiting you?
Mysql is the DBMS tool for all database needs in my company, from the smallest side projects to our most important projects.
Its smooth integration with a variety of development environments, makes it the ideal dbms for a dynamic organization such as ours.
Its smooth integration with a variety of development environments, makes it the ideal dbms for a dynamic organization such as ours.
Simplest and easiest DB management software to start with
What do you like best about the product?
Simple to set up
Simple queries
Allows integration with different tools
Open source
Great community support
Supports storing json datatype
Simple queries
Allows integration with different tools
Open source
Great community support
Supports storing json datatype
What do you dislike about the product?
UI can be better like Redis insight
Additional features can be added for business use
Additional features can be added for business use
What problems is the product solving and how is that benefiting you?
We use for storing survey data in an organised way
Recommendations to others considering the product:
If yor are a fresher to IT industry then mysql is the best way to start with for DB management
The Best Relational Database Management System
What do you like best about the product?
The thing that I like the most about MySQL is how simple it is to set up and easy to start using. If you know SQL, there is no learning curve for actually using this database management system. It also has integration with various tools that I use on a day-to-day basis, such as IntelliJ Idea. Another thing that I like about MySQL is that it allows for fast and lossless recovery of data if someehting goes wrong during transactions.
What do you dislike about the product?
The only thing that I dislike about MySQL is that it gets a bit slow and takes significant performance hits when working with large databases. Other than that, there is nothing I dislike about MySQL, as it perfectly suits my needs at the moment.
What problems is the product solving and how is that benefiting you?
At my company, we are using MySQL as an underlying database management system for almost all internal R&D projects. I use it for a Deep Learning-based project for managing and storing the data that comes from the customer side. One of the most significant benefits of using MySQL in this setting is that it is easy to get your desired database running quickly.
Much simpler databases
What do you like best about the product?
- It is a very simple and intuitive way to create and manage tables and databases without the need for code.
What do you dislike about the product?
The interface adapts with difficulty to different screen resolutions; it would benefit from some responsive design.
What problems is the product solving and how is that benefiting you?
I find it extremely comfortable and simple to edit fields and values in the tables. Additionally, the search function solves many problems for finding specific data.
Mysql Open source DB
What do you like best about the product?
Open source and quite fast and easy to learn
What do you dislike about the product?
Large database issue. I cant handle large DB
What problems is the product solving and how is that benefiting you?
I used it as for software database for storing data and serving for customers.
Recommendations to others considering the product:
This is useful database , should try it
Feature Request (to be at top of the game)
What do you like best about the product?
I really like the fact that MySQL is open source and we were able to run heavy workloads in our data processing systems without any additional support from the enterprise support for the past 2 years. We were able to scale it up a lot and recommend it over Oracle DB for the upcoming projects. However, I would strongly recommend MySQL to support JSON and Document based colums in the table and it would be really helpfull for the business where we require a RDBMS's ACID properties to be well maintained with flavour of NOSQL too. I would really love to have a UI like Redis Insight for MySQL to analyse my workloads and give me insights about the server memory and memory optimisation to be taken care of wherever required. In short, i want a analyser to see which query is being used by the users a lot and the largest turnaround time for the particular query.
What do you dislike about the product?
I don't really like the option of writing a script to automate the data copy from UAT to PROD or DR environments.
No alerts when the data base has to be scaled to server more requests
No UI for memory profiling.
No alerts when the data base has to be scaled to server more requests
No UI for memory profiling.
What problems is the product solving and how is that benefiting you?
We handle all our data from the customer support, profile informations, tracking using MySQL. Since its open source we were able to reduce our costs which were earlier surged by the user oracle enterprise database. We were able to achieve a much better performance using vertical scaling for tracking systems which has a latency of less than 1ms.
Recommendations to others considering the product:
I would highly recommend using MySQL over the most enterprise Relational Databases because its open source and the performance of it with vertical scaling for large business is amazing.
Best for relational database use cases. Ideally used a lot in e-commerce websites
What do you like best about the product?
The simplicity and support out there is the best.
What do you dislike about the product?
The tables in the db has a limit. Even with indexes, as a table grows, you find the query times a bit more than usual
What problems is the product solving and how is that benefiting you?
Easy to onboard on. Ideal choice for relational mapping usecases
showing 191 - 200