Skip to content

Instantly share code, notes, and snippets.

@pascalknecht
Last active February 1, 2018 19:57
Show Gist options
  • Save pascalknecht/406413a07510c766cd795b1b96c97ad4 to your computer and use it in GitHub Desktop.
Save pascalknecht/406413a07510c766cd795b1b96c97ad4 to your computer and use it in GitHub Desktop.
MySQL & PHP
sudo apt-get install php-mysql
sudo /etc/init.d/mysql restart
sudo php -S localhost:80
mysql -h localhost -P 3306 -u root -p
CREATE DATABASE menagerie;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment