/FirstDoomicorn

This is a demo online purchase website on doomicorn.com, which is a PHP + MySQL + Apache project of CS6083 Database, Spring 2017

Primary LanguagePHPApache License 2.0Apache-2.0

FirstDoomicorn

This is a demo online purchase website on doomicorn.com, which is a PHP + MySQL + Apache project of CS6083 Database, Spring 2017.

Useful command line

  • 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.

Reference:

  1. Web server set up: Centos 6 搬瓦工vps 搭建web服务器(apache + php + mysql)
  2. More on PHP: W3School PHP 教程
  3. Another tool Kangle:使用搬瓦工的VPS搭建博客网站
  4. More on MySQL: W3School MySQL 教程