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
-
Notifications
You must be signed in to change notification settings - Fork 0
cvbn55688/php-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published