Skip to content

cvbn55688/php-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-test

sudo apt update
sudo apt install mysql-server
sudo apt install php php-cli php-mysql


sudo systemctl status mysql
sudo systemctl start mysql



# If System has not been booted with systemd as init system
sudo /usr/sbin/mysqld &

# If have permission problem
sudo mkdir -p /var/run/mysqld
sudo chown mysql:mysql /var/run/mysqld
sudo chmod 755 /var/run/mysqld

php -S localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published