[root@Webserver html]# chown root.root ftl/ -R [root@Webserver html]# service nginx restart
mysql -uroot -proot create database website; grant all privileges on website.* to website@'localhost' identified by 'website'; grant all privileges on website.* to website@'192.168.2.%' identified by 'website'; flush privileges;