MySQL
JetwareExternal reviews
1,627 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Top best free database for your applications
What do you like best about the product?
MySQL is open source database for the developers and companies. It is tested that this the best database for the web applications. The installation takes only a few mins and after everything is done. Moreover, for managing the database MySQL provides very highly featured workbench where you can check everything about the database, such as running state, the resources used, tables and etc. Moreover, it provides very high security for the database you can be sure that your data is protected.
What do you dislike about the product?
The installation process is not clearly descriptive and users need to have proper knowledge otherwise they ill not be able to install what is needed. For installing the database there are some Windows packages that are needed to be installed otherwise the server will not be installed for this you need o install the needed packages manually from the internet in order not to have a problem with the installation.
What problems is the product solving and how is that benefiting you?
For developing web and mobile applications I am using MySQL for testing. It is installed on my computer and copy of the production version of the database is existed on my machine and I can do needed queries on my machine. It is so helpful and I am executing any tasks without changing main database for the company. Moreover, it is very easy to install and it dos not take much time to configure it.
Recommendations to others considering the product:
While installation be sure that you have checked the MySQL serve otherwise the server itself will not be installed and you will not be able to use it.
MySQL Review
What do you like best about the product?
It is very easy and intuitive to understand. All the operations have a specific syntax which is available in the documentation and provides a great platform for beginners to set foot into databases and SQL language.
What do you dislike about the product?
I find that when a query syntax is wrong, the software does provide a error message but more often than not the error code is very difficult to decipher. The message just says that a character does not belong there and since it usually happens in complex queries, the error message is not helping much at all.
What problems is the product solving and how is that benefiting you?
I use MySQL for database for most of my web applications. They store the data, usually the information and profiles of the registered users in the app and essentially provides a backbone to my web application.
easy to use
What do you like best about the product?
Graphical user interface is very interesting...
What do you dislike about the product?
some limitations are there , stability issues
What problems is the product solving and how is that benefiting you?
used in creating back end for software project
LAMP Database. A Reliable database for small enterprises.
What do you like best about the product?
MySQL is a non-RDBMS Database but it is more popular in SME's for their LAMP Platform as a database. It has support for SQL Query language. It has provision for data concurrency. Provision for data redundancy, provision for no duplication of data. Gels well with Opensource LAMP Platform. It can also connect with Microsoft visual studio platform. Easy to use.reliable light weight backend database. Mysql database is available for both LINUX AND WINDOWS operating systems.
What do you dislike about the product?
MySQL being no-RDBMS, there can be certain standard RDBMS Features will be missing because it doesn't follow many EF. Codd's rules. The security aspect can be a concern on a large dataset. Integrity constraints not defined well. Stored procedures came in only in recent versions.
What problems is the product solving and how is that benefiting you?
Being an Opensource Database for the LAMP platform. MySQL gels well with PHP LAMP platform. We can even write stored procedures in PHP. There are provisions to secure the data by means of MD5 Encryption. The performance of mysql is good with large databases. Not only LAMP, But also it can connect with several other frontends like HTML5CANAS, JS Frameworks, and many other open-source ecommerce platforms.
Recommendations to others considering the product:
Will recommend to everyone particularly the small and medium players. To all those who wants to spend less on databases can be advised with mysql.
Does MYSQL still make sense
What do you like best about the product?
MYSQL has been around my organization for years, and has stood the test of times as one of the best open sourced Structured Query Languages around.
What do you dislike about the product?
Lately there have been a few issues with the database software and haven't received very timely response. Integration into some of the web applications have been a bit buggy with referencing Foreign Keys.
What problems is the product solving and how is that benefiting you?
The flexibility of the interfaces.
Recommendations to others considering the product:
It is very flexible.
My experience about MySQL in my buisness
What do you like best about the product?
MySQL is an open sourse, database managment software. And also it is a high performance software. MySQL is user friendly software, easy to use this software.begineers can easily use this.
What do you dislike about the product?
My sql hard to work with high data size.when we are using large amount of data, performance will be degrade.its work fine with small and medium size data application. And also MySQL owned by the oracal. They are toataly control the software. So we have some nervous situation about that.
What problems is the product solving and how is that benefiting you?
Great performance
Easy to use
Open source software
Easy to use
Open source software
Recommendations to others considering the product:
Highly recommend
Good way to create relational databases
What do you like best about the product?
It's good in terms of performance, cause I used it in big software for a healthcare company
What do you dislike about the product?
Nothing, i think all features are cool. At the beginning I didn't get about joins, but after a couple of months I learned everything about relations
What problems is the product solving and how is that benefiting you?
Cause my database was really complicated in terms of relations, It was really big and It helped me out with it
MySQL for websites and web applications
What do you like best about the product?
The best thing about MySQL is it is a free open source database. I personally used it with phpmyadmin - Wampserver on my local machine to develop websites. I used Mysql to store various kind of information, very easy to setup and use. Easy to import and export data. Provides a secure, reliable, fast and easy to use platform.
What do you dislike about the product?
It lacks sometimes if your database size is larger. not really reliable for projects running on a large scale as it doesn't have the capacity to handle large data. it took some time to respond to search engines when you execute a search query.
What problems is the product solving and how is that benefiting you?
Being an open source I find it very useful to develop web-based applications, easy to setup, easy to import and export. we can easily upload the database to the hosting servers. A reliable database software especially for small ventures. Safe software with lots of features.
Recommendations to others considering the product:
I would like to recommend to small ventures, bloggers and freelance website developers to use MySQL database as it an open source free software which is very easy to user and setup comes with great features. Perks of using MySQL are easy to connect, fast, secure, reliable and cost efficient database.
MySQL Backend Expertise
What do you like best about the product?
It is an open source system. The most popular language to access DB.
It has a whole component of features which are well documented such as data types, storage engines, transaction management and so on.
Flexible and easy to use
Quick in processing
It has a whole component of features which are well documented such as data types, storage engines, transaction management and so on.
Flexible and easy to use
Quick in processing
What do you dislike about the product?
Not a best choice for Relational Database.
It has high Disk usage
Losing connection to the server
It has high Disk usage
Losing connection to the server
What problems is the product solving and how is that benefiting you?
It generates error messages when it loses its connection to the server in the middle of data transfers, instead of transferring the data as needed. And hence we may need to reconfigure the SQL
Inorder to solve this, I configure net_read_timeout to 60 secs or longer and connect_timeout to atleast 10 secs and I make sure my network is fast.
MySQL is designed to meet even the most demanding applications while ensuring optimum speed,
full-text indexes and unique memory caches for enhanced performance.
It comes with the assurance of 24X7 uptime.
Inorder to solve this, I configure net_read_timeout to 60 secs or longer and connect_timeout to atleast 10 secs and I make sure my network is fast.
MySQL is designed to meet even the most demanding applications while ensuring optimum speed,
full-text indexes and unique memory caches for enhanced performance.
It comes with the assurance of 24X7 uptime.
Recommendations to others considering the product:
When websites and applications are poorly coded, no database optimization tools and techniques will come in handy when fixing the server load. SQL server load balancing software is a one-stop solution for maintaining uptime, data consistency, increasing performance, reducing service costs, and ensuring continuous availability for an enhanced customer experience. It does everything from running health checks and maintaining high performance to lowering the query wait time and enabling even distribution of load across multiple servers.
I am a student who works on Databases with SQL
What do you like best about the product?
Converting Microsoft Excel spreadsheet data into mysql database.
What do you dislike about the product?
When you change a element of a database and run a query it has to close the application. Run the query again.
What problems is the product solving and how is that benefiting you?
It has truly helped me to learn about SQL Languages but also learn about specific things such as connecting it to AWS
showing 481 - 490