Azure VM - Create PHP and MySQL Servers and with connection

Опубликовано: 13 Май 2026
на канале: Joe Liang
5,513
53

Create a MySQL IaaS Server and a PHP Server, and config the PHP Server to connect with the MySQL Server
Environment:
#Azure Cloud VM Ubuntu v18 LTS
#Sperate subnets

#Steps:
1. Create VPC and subnets
2. Setup MYSQL Server with preload data
3. Setup PHP Server and configure PHP file for connection
4. Test the connection