安装网站[待更新]

 

[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;

安装网站[待更新]

安装网站[待更新]

安装网站[待更新]

安装网站[待更新]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2021-04-25
  • 2022-12-23
  • 2021-09-23
  • 2021-10-11
  • 2021-11-24
  • 2021-05-26
相关资源
相似解决方案