This is a demo online purchase website on doomicorn.com, which is a PHP + MySQL + Apache project of CS6083 Database, Spring 2017.
- Login in the server using SSH: ssh user_name@domain_name( or ip) -p your_ssh_port
- Login in the database of MySQL: mysql -u database_user_name -p
- For detailed information, refer to the reference below.
- Web server set up: Centos 6 搬瓦工vps 搭建web服务器(apache + php + mysql)
- More on PHP: W3School PHP 教程
- Another tool Kangle:使用搬瓦工的VPS搭建博客网站
- More on MySQL: W3School MySQL 教程