MySQL
JetwareExternal reviews
1,626 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Best RDBMS to start with
What do you like best about the product?
It's the best and one of the simplest RDBMS for a newbie to get started. I started learning this when I was early in school in my undergrad. To date, this remains my favorite.
The query and its syntax are easy to learn and grasp for a newbie.
The query and its syntax are easy to learn and grasp for a newbie.
What do you dislike about the product?
Well, there is nothing that I dislike about it. I used it in my grad school as well. At first, I was unhappy that it did not have a graphic based interface but then they came up with Microsoft workbench.
What problems is the product solving and how is that benefiting you?
Whenever you need to store structured data, it offers a one-stop solution. You can store bulk data and it offers very easy management of this data. It is one of the most widely used databases for enterprise applications.
While I was in my previous organization. I had built a monitoring application which provided real-time monitoring for business-critical applications and underlying infrastructure. We used to store all monitoring data into MySQL and then retrieve this data for reporting. Without this database in place, there could be no way in which we could have provided reports. Not only could we store reports but also we could retrieve data as old as 12 months. We later did have a data warehouse in place which stored archived data. But MySQL was a critical component in the performance of the application as well.
While I was in my previous organization. I had built a monitoring application which provided real-time monitoring for business-critical applications and underlying infrastructure. We used to store all monitoring data into MySQL and then retrieve this data for reporting. Without this database in place, there could be no way in which we could have provided reports. Not only could we store reports but also we could retrieve data as old as 12 months. We later did have a data warehouse in place which stored archived data. But MySQL was a critical component in the performance of the application as well.
I like it
What do you like best about the product?
It helps me to query data in different forms cloud and databases .
What do you dislike about the product?
The interface and at integrations services that are not provided
What problems is the product solving and how is that benefiting you?
Query the database , cleaning the data
MySQL Review
What do you like best about the product?
MySQL is a very user-friendly open source relational database management system. Its easy to create database tables, queries and store data efficiently. Its is quick and reliable.
What do you dislike about the product?
MySQL does not support very large database size efficiently. There is poor performance scaling and stability issues. It also does not support stored procedures in versions less that version 5.0
What problems is the product solving and how is that benefiting you?
I use MySQL to build small scale applications, like storing student's daily attendance in a class, their transcripts etc which does not require a lot of space. MySQL is very easy to use and integrate with Excel sheets, so it's easy and user friendly to store data into tables using it.
Recommendations to others considering the product:
MySQL is good for creating small scale applications for storing and retrieving data.
Best solution for database
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
MySQL - Our database solution!!
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.
Easy to use
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.
Most light weight database.
What do you like best about the product?
Light weight, takes less space, can be used for any application, with new workbench it's even easier to use even for a person with limited knowledge of DB. you don't have to remember all the queries now because of that.It makes our life easier for taking data dump or execute data migration projects.
What do you dislike about the product?
doesn't have inbuilt integration tool where as few other DB support that.
What problems is the product solving and how is that benefiting you?
We use MYSQL for our internal database, also use it as a data store to upload data for data migration projects. as it's light weight it takes less space in our server. We maintain our entire user details in mysql along with that our entire Database schema is designed on mysql. you can completely restructure your query in mysql.
As you optimize problematic queries, your goal should be to find alternative ways to get the result you want—but that doesn’t necessarily mean getting the same result set back from MySQL. You can sometimes transform queries into equivalent forms and get better performance. However, you should also think about rewriting the query to retrieve different results, if that provides an efficiency benefit. You may be able to ultimately do the same work by changing the application code as well as the query. In this section, we explain techniques that can help you restructure a wide range of queries and show you when to use each technique.
As you optimize problematic queries, your goal should be to find alternative ways to get the result you want—but that doesn’t necessarily mean getting the same result set back from MySQL. You can sometimes transform queries into equivalent forms and get better performance. However, you should also think about rewriting the query to retrieve different results, if that provides an efficiency benefit. You may be able to ultimately do the same work by changing the application code as well as the query. In this section, we explain techniques that can help you restructure a wide range of queries and show you when to use each technique.
Recommendations to others considering the product:
I definitely recommend to use mysql if your organization is mid size or under small category. However, MYSQL can handle heavy duty operation like any other Database in the market in your day to day operation.
Very good relational database
What do you like best about the product?
Mostly used relational database in applications. It is super flexible database I have ever used. It is easy to setup and work on it. Most of the queries I have ever used are supported by mysql
What do you dislike about the product?
built in data manipulation is not available, need to use other tools for it
What problems is the product solving and how is that benefiting you?
Using it for my applications to run database server and data warehouse.
Good for quick testing
What do you like best about the product?
Simple, common, stable platform. Free community version. Easy to stay very 'vanilla'.
What do you dislike about the product?
Not the best UI for development. Need to integrate thrid-party for easier development outside of command-line SQL.
What problems is the product solving and how is that benefiting you?
Basic SQL databases behind PoC's, testing integration with NoSQL and other AI software.
Great to use for data management
What do you like best about the product?
Easy to use the database with a lot of quick management. It’s a great site to use in that it has a lot of great features in managing the data. My favorite feature is sorting and transforming data into another quantitative site.
What do you dislike about the product?
It can be instable at times. Also the licensing is a bit hard to get verify sometimes. It’s somewhat high in price but worth it if you have a larger company and need a huge database. Also, you can share the licensing on other desktops.
What problems is the product solving and how is that benefiting you?
I’ve been able to manage data efficiently and faster. It’s helped my workflow be more smoother. Also, I’ve been able to take on more tasks and conduct higher quality reviews. It’s made me life easier and bosses happier.
Recommendations to others considering the product:
Try it and you can get rid of it if you don’t like it. There are many features that we don’t use so it isn’t as useful but there might be something you need.
showing 111 - 120