MySQL
JetwareExternal reviews
1,607 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Really easy to use and maintain RDBMS
What do you like best about the product?
The Community Server edition remains a strong candidate for a SQL-based database solution that supports a wide array of data structures.
It scales well for both small business and enterprise use.
It performs very well provided your database schema is well-planned and carefully considered (which is the case for any database solution).
It has a number of interface solutions including GUI-based ones such as phpMyAdmin and MySQL Workbench that allow for easy management of your databases.
It scales well for both small business and enterprise use.
It performs very well provided your database schema is well-planned and carefully considered (which is the case for any database solution).
It has a number of interface solutions including GUI-based ones such as phpMyAdmin and MySQL Workbench that allow for easy management of your databases.
What do you dislike about the product?
Does not fully comply with SQL standards, most notably in regards to referencing foreign keys.
A major bug remains in its implementation of timestamp methods that will result in a 0 being returned for dates falling after Jan 19, 2038. While possibly not a show-stopper for most use cases, there are applications where date ranges that far out will be required (such as loan management).
Its open-source nature may not suit larger organization or high-performing systems well, which may benefit from the stronger support and scalability of premium products.
A major bug remains in its implementation of timestamp methods that will result in a 0 being returned for dates falling after Jan 19, 2038. While possibly not a show-stopper for most use cases, there are applications where date ranges that far out will be required (such as loan management).
Its open-source nature may not suit larger organization or high-performing systems well, which may benefit from the stronger support and scalability of premium products.
What problems is the product solving and how is that benefiting you?
We use Mysql for data storage, it is really easy to implements and to maintain, so there's no need technical support for maintenance, if you have some experiences you can maintain it for yourself.
Recommendations to others considering the product:
I primarily use MySQL for data storage for content-management systems for websites built in WordPress. It provides a simple, easily-managed solution to the need for performant data storage and querying for site data, such as pages or posts. I also use it as the back-end data storage and querying solution for static front-end web applications. It remains my go-to choice when I need an SQL database for my applications and/or CMS. My business is a small one so it is used only by myself, and therefore across my organization. I use the Community Server edition as it suits my needs without having to extend it to the Enterprise Server edition.
Super Intuitive Learning Tool
What do you like best about the product?
Very easy to install and run, ideal for exploratory purposes.
What do you dislike about the product?
The user interface is good enough now but it could have more improvements in the future. Right now it is fairly simple.
What problems is the product solving and how is that benefiting you?
Creating databases for teaching SQL students about the power of normal forms in RDBMS.
Recommendations to others considering the product:
Do give it a try and start out with exploratory databases.
Useful database solution choice
What do you like best about the product?
Well-documented, MySQL has been actively maintained and supported. It has simple logic that can be used in pretty complex ways.
What do you dislike about the product?
I’m actually quite partial to MySQL. The only drawback is the learning curve, but it’s not that steep.
What problems is the product solving and how is that benefiting you?
I manage websites that use MySQL to store a lot of information for users.
Great Product!
What do you like best about the product?
The ease of use, for the most part, is intuitive and there are plenty of online and offline resources for information towards performing functions not as intuitive. There are many functions that are available that help data mine for granular to top-level details. We've been distributing reports daily, weekly and monthly towards ultimately recapping the YTD trends and totals also.
What do you dislike about the product?
Not as complex as Crystal XI and still allows configurations for different levels of users. I deal with Managers and Support employees, some want to drill down into the details and others will review top-level reviews. There are parts that still need to be explained for some users, but -- overall -- that's dependant on the user's level of IT experience.
What problems is the product solving and how is that benefiting you?
Automated reporting for regularly produce reports and ad-hoc reporting for those details needed on the fly, it's a good software to help the root cause analysis. I appreciate, as previously stated, the user interface for the most part is initiative and easily learned by individuals that are not SQL or Crystal trained.
Very easy and amazing experience with MySql
What do you like best about the product?
It is very easy to work with MySql. The installation is easy, configuration is easy, creating and editing database is easy and working with queries is also eaay. Overall it makes the life easy.
What do you dislike about the product?
Nothing much to be honest. But as the size of the daybase increases it is better to switch to other Sql servers.
What problems is the product solving and how is that benefiting you?
Running quesrsies and getting data from the database.
Recommendations to others considering the product:
Na
A MySQL fan's review
What do you like best about the product?
I love the ease with which I can access or edit my database. I think MySQL is a very useful tool for any company to use for data storage.
What do you dislike about the product?
I dislike the interface in Windows, MySQL workbench can be a little annoying to get the hang of. I prefer the command line interface through Linux much more.
What problems is the product solving and how is that benefiting you?
We rely on MySQL database to store our data in tables and working with MySQL to access, edit and store the data has been very helpful.
Recommendations to others considering the product:
If you understand get the gist of MySQL, it makes data extraction, storage and manipulation very simple.
Use SQL to navigate through data
What do you like best about the product?
The ease of access, the ease of writing queries, and the huge community support are unparalleled for any other database.
What do you dislike about the product?
The I/O operations on heavy data time out pretty soon leaving me in desperate need for higher resources.
What problems is the product solving and how is that benefiting you?
Data Ingestion, Data Visualization, and Reporting
Recommendations to others considering the product:
You may use this if you require a good relational database.
Best open source solution
What do you like best about the product?
Precise queries without many ramifications or connections, queries that do not require a large amount of data processing
Allows the hierarchy of database through different schemes or environments which allows having more data to be hosted with conditions and particularities relevant to each one.
It provides an excellent option to preserve the protected information. It is reliable and offers a lot of security to its users.
Allows the hierarchy of database through different schemes or environments which allows having more data to be hosted with conditions and particularities relevant to each one.
It provides an excellent option to preserve the protected information. It is reliable and offers a lot of security to its users.
What do you dislike about the product?
Complex queries usually require many resources to obtain results. Other software does not present this situation.
MySQL has stopped its evolutionary process since its change of ownership, so the changes it presents have become irrelevant to the operation of the service.
Oracle has avoided releasing the code for the detection and correction of errors so the essence of open source has been disappearing
MySQL has stopped its evolutionary process since its change of ownership, so the changes it presents have become irrelevant to the operation of the service.
Oracle has avoided releasing the code for the detection and correction of errors so the essence of open source has been disappearing
What problems is the product solving and how is that benefiting you?
MySQL is appropriate in infrastructures that do not require so many relational queries between its databases. It is oriented to the web environment, to the big data environment where the objective should be mainly the storage of information.
One of the Best Relational Database
What do you like best about the product?
MySql's simplicity and its amazing ability to scale. Easy to connect from any technology.
What do you dislike about the product?
Security is slightly a concern with MySQL. Better security measures could be implemented. Joining tables sometimes become a bottleneck. Other than that MySql's dislike would be the dislike of a relational database... Which is having a fix schema, and a need to re-architecture every time new changes come in.
What problems is the product solving and how is that benefiting you?
We use MySQL almost every where there's a need for a relational database.
Recommendations to others considering the product:
One of the best relational Database available in the market.
Database Management Tool
What do you like best about the product?
It is lightweight Based MySQL Management application software and
It's easy and simple to use.
It's easy and simple to use.
What do you dislike about the product?
Web Based design problem and code not been maintained.
What problems is the product solving and how is that benefiting you?
To allow remote connections, upload this software anywhere you can run it.
showing 281 - 290