Skip to content

Instantly share code, notes, and snippets.

@Zackio
Last active January 9, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zackio/14f6408e88acdc148c0e5fd99f05537e to your computer and use it in GitHub Desktop.
Save Zackio/14f6408e88acdc148c0e5fd99f05537e to your computer and use it in GitHub Desktop.

Install MySQL

sudo apt-install mysql-server php-mysql

Start MySQL

sudo service mysql start

Install PHP

sudo apt-get install php7.0-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment