MySQL Server

MySQL Server

MYSQL is the most popular open-source database in the world.

Packages Included

Package Version License
MySQL server 8.0.26 GPL 2 with modifications
Apache 2.4.41 Apache 2
PHP 7.4.3 PHP License v3.01
phpMyAdmin 5.0.3 GPL 2
UFW 0.36


Getting Started after Deploying MySQL

In addition to package installation, the MySQL application stack image also:

  1. Enables the UFW firewall to allow only SSH (port 22), HTTP (port 80), HTTPS (port 443), and MySQL (3306) access.

  2. Creates a new user named admin and sets the password for this user which is available in /root/.idrive_password inside the instance.

  3. Runs mysql_secure_installation

  4. You can access phpMyAdmin immediately by visiting the instance's IP address in your browser followed by

    /phpmyadmin.