0
点赞
收藏
分享

微信扫一扫

安装网站[待更新]

穆熙沐 2022-02-17 阅读 43


安装网站[待更新]_javascript​​


[root@Webserver html]# chown root.root ftl/ -R
[root@Webserver html]# service nginx restart

安装网站[待更新]_html_02​​


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;

安装网站[待更新]_ide_03​​

安装网站[待更新]_javascript_04​​

安装网站[待更新]_ide_05​​

安装网站[待更新]_html_06​​


-------------------------------------------

个性签名: 所有的事情到最後都是好的,如果不好,那說明事情還沒有到最後~

本文版权归作者【小a玖拾柒】共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利!


举报

相关推荐

0 条评论