Setting up Wordpress on AWS Linux with localhost mysql.
Config
- Amazon AWS Linux
- local Mysql
1. Create a free-tier EC2 instance on AWS.
Setup authentication public key(.pem). (optional)
Setup security group, enable inBound port 80 and 3306 for web and sql access.
2. Install APM(Apache, PHP MySQL) for Wordpress.
Login to EC2 using SSH.
3. MySQL Setup
Start up MySQL daemon and run sql client.
In MySQL, create a wordpress database and setup admin db admin user.