MySQL: Introduction
Introduction to MySQL
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use MySQL cloud solution that provides a host of benefits, including:
- Unlimited connections and transfers.
- phpMyAdmin web UI included.
- Effortless updates with just a click.
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's MySQL cloud hosting solution!
Differences between MySQL and MariaDB
In 2010, Oracle Corporation acquired MySQL, prompting 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 prioritising 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 utilised for database interactions.
- The X protocol: this modern protocol is tailored for advanced and flexible application communication.