Last active
February 1, 2018 19:57
-
-
Save pascalknecht/406413a07510c766cd795b1b96c97ad4 to your computer and use it in GitHub Desktop.
MySQL & PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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