[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;
-------------------------------------------
个性签名: 所有的事情到最後都是好的,如果不好,那說明事情還沒有到最後~
本文版权归作者【小a玖拾柒】共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利!