MySQL: Introduction
Introduction to MySQL
👋 Welcome to the Stackhero documentation!
Stackhero provides a fully managed MySQL cloud service that simplifies deployment and management for production workloads:
- Unlimited connections and data transfers.
- Integrated phpMyAdmin web interface for easy database management.
- Hassle-free updates with one-click upgrades.
- Consistent performance and strong security on a private, dedicated infrastructure.
With Stackhero, you can have a reliable MySQL database ready in just a few minutes. Spend less time on setup and maintenance, and more time building your applications. Try MySQL cloud hosting on Stackhero today.
Differences between MySQL and MariaDB
In 2010, Oracle Corporation acquired MySQL, leading the open-source community to create MariaDB as an independent fork. This initiative aimed to ensure the database management system remained open-source and free from corporate influence.
MySQL and MariaDB share a similar foundation in terms of functionality. However, MariaDB often includes additional features and adheres to a philosophy prioritizing open-source development and transparency.
Protocols
MySQL supports two primary communication protocols, on two different ports:
- The MySQL protocol: this is the traditional protocol widely utilized for database interactions.
- The X protocol: this modern protocol is tailored for advanced and flexible application communication.