MySQL on Ubuntu is a really powerful and reliable combination that has served us well over the years. The performance, stability, cost-effectiveness, and the strong community support are all genuinely impressive. For most use cases, especially web applications and transactional workloads, it delivers really well. The reason for not giving the highest rating is mainly because of those areas mentioned earlier. The out-of-box configuration needs manual tuning. Two points have been knocked off because of practical day-to-day frustrations that we have experienced consistently over time. The first point comes off because of the configuration and setup complexity. When MySQL on Ubuntu is deployed fresh, the default settings are not production-ready. One has to invest significant time researching, and it cannot be easily trusted in a live environment. For an experienced DBA, that is manageable, but for a smaller team or someone newer to databases, it is a barrier. The second point comes off because of a tooling and user interface gap. When MySQL Workbench is compared to some of the modern databases available today, it genuinely feels behind. The interface feels very heavy. From a general security standpoint, MySQL on Ubuntu has a solid foundation. The role-based access control system is mature and granular. One can define very specific permissions at the database, table, and even column level, which is important when dealing with sensitive data. SSL and TLS encryption for data in transit are well supported. However, when it comes to AI-specific governance capabilities, MySQL on Ubuntu is still fairly basic. There is no native built-in framework for things such as data lineage tracking, audit trails specifically designed for AI workloads, or automated sensitive data detection and masking. As organizations start using their MySQL on Ubuntu databases to feed AI modules, those governance features become really critical, and one is largely dependent on third-party tools to fill that gap. Overall, the security foundation is solid, but the AI-specific governance layer definitely needs more development and attention going forward. MySQL on Ubuntu is primarily a data storage and retrieval system rather than an AI engine. The accuracy and reliability conversation is really about how dependably it stores, manages, and serves data that feeds into AI and machine learning workflows. MySQL on Ubuntu is genuinely reliable from that angle. The data integrity features that come with the InnoDB storage engine, things such as ACID compliance, foreign key constraints, and transaction management, mean that the data going through AI pipelines is consistent and trustworthy. Query results are accurate, consistent, and repeatable. There has never been a situation where the database returned unexpected or corrupted results. As a reliable data backbone for AI systems, MySQL on Ubuntu absolutely holds its own. The AI-native features just need more maturity. This review rates MySQL on Ubuntu with a score of 8 out of 10.
My advice for others looking into using MySQL on Ubuntu is to first ensure your use case actually needs a relational database. MySQL's strengths are structure and ACID compliance, so it is a solid choice if you need consistency for financial data or anything that requires it. Second, invest upfront in proper indexing strategy and query optimization. We learned that the hard way with some of our financial queries; poor indexes kill performance fast. Third, plan your scaling strategy early. Do not assume you can shard easily later. Design your schema with growth in mind from the start. Finally, if you are on Ubuntu, you gain a stable, well-supported operating system pairing, which makes operations smoother. Just know you will need some DevOps or database administration capability to keep it tuned as you scale. MySQL on Ubuntu is a pragmatic choice if you are building data-intensive applications such as financial systems or AI pipelines. It is not flashy or cutting-edge, but it is proven, stable, and community support is solid. The combination of MySQL's reliability with Ubuntu's stability provided us confidence in production. My only caveat is not to underestimate the operational side. You need someone who understands database tuning and monitoring. Otherwise, you will hit performance walls later. I would rate my overall experience with MySQL on Ubuntu an eight out of ten.
My advice for others looking into using MySQL on Ubuntu is that if they need to use a structured database, they should definitely use MySQL on Ubuntu if they appreciate this product.
MySQL on Ubuntu is deployed in our private cloud. We have purchased MySQL on Ubuntu through the AWS Marketplace. The review rating for this product is ten.
Erp Specialist at a tech vendor with 10,001+ employees
Real User
Top 10
Jan 11, 2026
I have not managed too much with the transactional support features of MySQL on Ubuntu, as I have focused more on design and data management rather than optimizing transactions, since I typically use those databases for small companies that do not require optimizing. I deal more with design than data management, but I have also done some data management work there. I have managed backups with MySQL on Ubuntu, but I have not handled recovery; it could be generated as a plain text file or encrypted files for more security. I have only used basic security resources such as user and password with MySQL on Ubuntu, but I know that there are options to set up certificates for a more secure connection. I would rate this product nine out of ten overall.
Chief Data Strategy and Governance Architect at a tech services company with 51-200 employees
Real User
Top 20
Dec 19, 2025
MySQL on Ubuntu is very simple, easy, and quick to use for people with database expertise. For that light use of MySQL on Ubuntu, that was all I needed, so there was nothing that was inadequate, and I could easily access it. The node was fine and the accessibility for people around the world that were actually asking whether they could give credit to this company or whether they have to pay up front was the main thing that was being supported, so everything was fine. There were no limitations there because the data volume was fairly small; globally, they only probably looked at about a thousand different entities per month and so there was only about another thousand records each month added, and the analysis done to give a pretty much real-time determination of whether to extend credit or request prepayment. AWS was basically my main cloud provider with this. The low cost is what I liked about using MySQL on Ubuntu because basically, I did not have much of a budget for the solution, just my time and a few units of AWS services to work on, because it had to be more than just something on my own PC in the office, so other people could access it, allowing me to actually create a front end as well with it. It is very lightweight regarding the pricing; I never got any issues and was within my department budget for all AWS services for development. We never actually got a production budget for it because things were changing and then COVID hit as well, so it slowed down the demand. I am not quite sure what they did with that solution after that company, but I know they were using it. I still sometimes get an error message that somehow gets into my current AWS account. I just utilized the standard virtual high availability options on Ubuntu, so I had redundant nodes in two regions. I dealt with MySQL on Ubuntu a little bit, but we never really got the Docker setup completed; I had some experience working with it. I have still maintained some Redshift analysis and some code in Python on some AWS products in the last twelve months. I am not working day-to-day anymore in that area with the Amazon solutions by chance. I deal with a little Amazon Linux and maybe Elastic Disaster Recovery, but not in detail, so I am probably not really the best candidate at the moment. I rate MySQL on Ubuntu a ten out of ten.
Backup and recovery are absolutely essential; without that, it would be very tough to rely on the software, as the software will not perform if suddenly there is some kind of an outage. We definitely require the recovery mechanism and backup mechanism to be able to go back to the data. That gives us the confidence that we can run our critical applications. Mission-critical applications can be run on these platforms because they provide both backup solutions and recovery solutions. The pricing of MySQL on Ubuntu is fairly plausible for what I am getting, especially when I compare it with everything else that I see. It becomes attractive if I can use some of the free tiers of AWS. The deployment and management have improved significantly; previously, it would have been tough because many configurations needed to be taken care of. However, now, with just a few lines of code, we can deploy and manage it much more easily. Overall, I rate this review an eight out of ten.
MySQL on Ubuntu offers a reliable, scalable, and high-performance database management environment. Known for its efficient installation and robust community support, it boosts application performance while securely handling data and reducing costs due to its open-source nature.MySQL on Ubuntu provides a powerful solution for database management needs, offering high availability and improved data management processes. It supports web and backend applications through strong security and...
MySQL on Ubuntu is a really powerful and reliable combination that has served us well over the years. The performance, stability, cost-effectiveness, and the strong community support are all genuinely impressive. For most use cases, especially web applications and transactional workloads, it delivers really well. The reason for not giving the highest rating is mainly because of those areas mentioned earlier. The out-of-box configuration needs manual tuning. Two points have been knocked off because of practical day-to-day frustrations that we have experienced consistently over time. The first point comes off because of the configuration and setup complexity. When MySQL on Ubuntu is deployed fresh, the default settings are not production-ready. One has to invest significant time researching, and it cannot be easily trusted in a live environment. For an experienced DBA, that is manageable, but for a smaller team or someone newer to databases, it is a barrier. The second point comes off because of a tooling and user interface gap. When MySQL Workbench is compared to some of the modern databases available today, it genuinely feels behind. The interface feels very heavy. From a general security standpoint, MySQL on Ubuntu has a solid foundation. The role-based access control system is mature and granular. One can define very specific permissions at the database, table, and even column level, which is important when dealing with sensitive data. SSL and TLS encryption for data in transit are well supported. However, when it comes to AI-specific governance capabilities, MySQL on Ubuntu is still fairly basic. There is no native built-in framework for things such as data lineage tracking, audit trails specifically designed for AI workloads, or automated sensitive data detection and masking. As organizations start using their MySQL on Ubuntu databases to feed AI modules, those governance features become really critical, and one is largely dependent on third-party tools to fill that gap. Overall, the security foundation is solid, but the AI-specific governance layer definitely needs more development and attention going forward. MySQL on Ubuntu is primarily a data storage and retrieval system rather than an AI engine. The accuracy and reliability conversation is really about how dependably it stores, manages, and serves data that feeds into AI and machine learning workflows. MySQL on Ubuntu is genuinely reliable from that angle. The data integrity features that come with the InnoDB storage engine, things such as ACID compliance, foreign key constraints, and transaction management, mean that the data going through AI pipelines is consistent and trustworthy. Query results are accurate, consistent, and repeatable. There has never been a situation where the database returned unexpected or corrupted results. As a reliable data backbone for AI systems, MySQL on Ubuntu absolutely holds its own. The AI-native features just need more maturity. This review rates MySQL on Ubuntu with a score of 8 out of 10.
My advice for others looking into using MySQL on Ubuntu is to first ensure your use case actually needs a relational database. MySQL's strengths are structure and ACID compliance, so it is a solid choice if you need consistency for financial data or anything that requires it. Second, invest upfront in proper indexing strategy and query optimization. We learned that the hard way with some of our financial queries; poor indexes kill performance fast. Third, plan your scaling strategy early. Do not assume you can shard easily later. Design your schema with growth in mind from the start. Finally, if you are on Ubuntu, you gain a stable, well-supported operating system pairing, which makes operations smoother. Just know you will need some DevOps or database administration capability to keep it tuned as you scale. MySQL on Ubuntu is a pragmatic choice if you are building data-intensive applications such as financial systems or AI pipelines. It is not flashy or cutting-edge, but it is proven, stable, and community support is solid. The combination of MySQL's reliability with Ubuntu's stability provided us confidence in production. My only caveat is not to underestimate the operational side. You need someone who understands database tuning and monitoring. Otherwise, you will hit performance walls later. I would rate my overall experience with MySQL on Ubuntu an eight out of ten.
My advice for others looking into using MySQL on Ubuntu is that if they need to use a structured database, they should definitely use MySQL on Ubuntu if they appreciate this product.
MySQL on Ubuntu is deployed in our private cloud. We have purchased MySQL on Ubuntu through the AWS Marketplace. The review rating for this product is ten.
I have not managed too much with the transactional support features of MySQL on Ubuntu, as I have focused more on design and data management rather than optimizing transactions, since I typically use those databases for small companies that do not require optimizing. I deal more with design than data management, but I have also done some data management work there. I have managed backups with MySQL on Ubuntu, but I have not handled recovery; it could be generated as a plain text file or encrypted files for more security. I have only used basic security resources such as user and password with MySQL on Ubuntu, but I know that there are options to set up certificates for a more secure connection. I would rate this product nine out of ten overall.
MySQL on Ubuntu is very simple, easy, and quick to use for people with database expertise. For that light use of MySQL on Ubuntu, that was all I needed, so there was nothing that was inadequate, and I could easily access it. The node was fine and the accessibility for people around the world that were actually asking whether they could give credit to this company or whether they have to pay up front was the main thing that was being supported, so everything was fine. There were no limitations there because the data volume was fairly small; globally, they only probably looked at about a thousand different entities per month and so there was only about another thousand records each month added, and the analysis done to give a pretty much real-time determination of whether to extend credit or request prepayment. AWS was basically my main cloud provider with this. The low cost is what I liked about using MySQL on Ubuntu because basically, I did not have much of a budget for the solution, just my time and a few units of AWS services to work on, because it had to be more than just something on my own PC in the office, so other people could access it, allowing me to actually create a front end as well with it. It is very lightweight regarding the pricing; I never got any issues and was within my department budget for all AWS services for development. We never actually got a production budget for it because things were changing and then COVID hit as well, so it slowed down the demand. I am not quite sure what they did with that solution after that company, but I know they were using it. I still sometimes get an error message that somehow gets into my current AWS account. I just utilized the standard virtual high availability options on Ubuntu, so I had redundant nodes in two regions. I dealt with MySQL on Ubuntu a little bit, but we never really got the Docker setup completed; I had some experience working with it. I have still maintained some Redshift analysis and some code in Python on some AWS products in the last twelve months. I am not working day-to-day anymore in that area with the Amazon solutions by chance. I deal with a little Amazon Linux and maybe Elastic Disaster Recovery, but not in detail, so I am probably not really the best candidate at the moment. I rate MySQL on Ubuntu a ten out of ten.
Backup and recovery are absolutely essential; without that, it would be very tough to rely on the software, as the software will not perform if suddenly there is some kind of an outage. We definitely require the recovery mechanism and backup mechanism to be able to go back to the data. That gives us the confidence that we can run our critical applications. Mission-critical applications can be run on these platforms because they provide both backup solutions and recovery solutions. The pricing of MySQL on Ubuntu is fairly plausible for what I am getting, especially when I compare it with everything else that I see. It becomes attractive if I can use some of the free tiers of AWS. The deployment and management have improved significantly; previously, it would have been tough because many configurations needed to be taken care of. However, now, with just a few lines of code, we can deploy and manage it much more easily. Overall, I rate this review an eight out of ten.
MySQL on Ubuntu receives an overall rating of seven out of ten.