About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Zackio
1/1/2018 - 11:56 AM
share
Share
add_circle_outline
Save
Install MySQL on Linux.md
Install MySQL and PHP on Linux.md
content_copy
file_download
Rendered
Source
Install MySQL
sudo apt-install mysql-server php-mysql
Start MySQL
sudo service mysql start
Install PHP
sudo apt-get install php7.0-cli
clear