!/bin/bash yum install httpd php php-mysql -y yum update -y chkconfig httpd on service httpd start echo "" > /var/www/html/index.php cd /var/www/html vi connect.php    ";  $selected = mysql_select_db("$dbname",$dbhandle)   or die("Unable to connect to MySQL DB - check the database name and try again.");  ?>