Setup Php-MySql Server


Commands (Fedora)

sudo yum update
sudo su
yum install httpd
service httpd start
yum install php php-mysql
yum install mysql-server
service mysqld start
mysqladmin -uroot create [name of sql database]
mysql_secure_installation
[enter your choosen password]
y
y
y
y

, , ,

Leave a Reply

Your email address will not be published. Required fields are marked *