MySQL
JetwareExternal reviews
1,612 reviews
from
and
External reviews are not included in the AWS star rating for the product.
databases for everyone
What do you like best about the product?
i like mysql because it is the standard for databases, its easy to use, and most developers know it and have used it for web projects
What do you dislike about the product?
sometimes you need a different way to relation information, then you have to use another database manager
What problems is the product solving and how is that benefiting you?
it helps to storage information for simple and medium websites, both backend and frontend
Recommendations to others considering the product:
To simplify tasks maybe you could uses with phhpMyAdmin
User friendly and simple to manage
What do you like best about the product?
Very user friendly and very easy to retrieve the data
What do you dislike about the product?
Not much but exporting options are not good
What problems is the product solving and how is that benefiting you?
Reducing the transaction lifecycle time
Great relational database to help manage data large and small
What do you like best about the product?
I really enjoy the tools online to help host the data.
What do you dislike about the product?
It can be a bit easier with explanations of what to do when setting it up.
What problems is the product solving and how is that benefiting you?
It helps me with hosting data from website that I create.
Recommendations to others considering the product:
Look at this option when considering hosting data.
Realy easy to use
What do you like best about the product?
The simple and eloquent queries are easy to write
What do you dislike about the product?
Not enough safety features for the most dangerous queries
What problems is the product solving and how is that benefiting you?
E commerce store
Best Database Management Tool
What do you like best about the product?
It's very easy to script across multiple databases. The commands seem very simple.
What do you dislike about the product?
There is nothing that I dislike about the interface.
What problems is the product solving and how is that benefiting you?
Database Management and Backend Testing. The user interface is very easy to learn even for novice programmers.
General Advice
What do you like best about the product?
I like the fact easy to use and runs on all platforms.
What do you dislike about the product?
It is open source so that is the benefit and the disadvantage
What problems is the product solving and how is that benefiting you?
Helps run reports
Recommendations to others considering the product:
Try it before going proprietary
Best Free SQL Based DB
What do you like best about the product?
It's free and available on many platforms. It's very easy to set up. The SQL syntax is very close to industry standard and doesn't have many deviations like MS SQL Server.
What do you dislike about the product?
MySQL doesn't have a great 1st party user GUI. However, many third-party GUI's exist if it's preferable to avoid command line administration.
What problems is the product solving and how is that benefiting you?
Creating secure backends for websites. MySQL works on many platforms.
Recommendations to others considering the product:
MySQL is not a No-SQL DB. I wouldn't choose to use MySQL only if I was working on a "Big Data" like project.
Great and easy DB
What do you like best about the product?
Db pretty easy to enable and use. Mgmt and deployment have been achieved quickly
What do you dislike about the product?
API could be provided to get faster result
What problems is the product solving and how is that benefiting you?
Saving an AI status easiky
SQL Developer and team leader
What do you like best about the product?
I am a SQL Developer and team leader, I like the workflow streamline aspect of this software and how easy it is to use
What do you dislike about the product?
I am a SQL Developer and team leader, I do not like the benchmark and speed of which it runs of this software.
What problems is the product solving and how is that benefiting you?
The filtering out and sorting out of huge volumes of our data, This is easier to use
Recommendations to others considering the product:
It is one of the best!
SQL Server is one of the Database Management Systems (DBMS)
What do you like best about the product?
SQL Server is free and anyone can download and use it. The application uses SQL (Structured Query Language) and is easy to use.
MySQL provides cross-platform support, wide range of interfaces for application programming and has many stored procedures like triggers and cursors that helps in managing the database.
Go through the MySQL Video to get clear understanding of MySQL
MySQL provides cross-platform support, wide range of interfaces for application programming and has many stored procedures like triggers and cursors that helps in managing the database.
Go through the MySQL Video to get clear understanding of MySQL
What do you dislike about the product?
i think its better than anything else with a big company name
What problems is the product solving and how is that benefiting you?
In MySQL the Joins are used to query data from two or more tables. The query is made using relationship between certain columns existing in the table. There are four types of Joins in MySQL. Inner Join returns the rows if there is at least one match in both the tables. Left Join returns all the rows form the left table even if there is no match in the right table. Right Join returns all the rows from the right table even if no matches exist in left table. Full Join would return rows when there is at least one match in the tables
showing 1,291 - 1,300