[root@Webserver html]# chown root.root ftl/ -R[root@Webserver html]# service nginx restart
mysql -uroot -prootcreate 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;
安装网站[待更新]
原文地址:https://www.cnblogs.com/ftl1012/p/9775872.html