解决discuz论坛搬家:“Table ‘common_syscache’ is re http://www.zixuephp.com/wzht/discuz/20141203_11562.html 解决discuz论坛搬家:“Table ‘common_syscache’ is read only”问题 解决:“Table ‘common_syscache’ is read only”问题 网站搬家采用直接打包mysql数据库和网页文件的形式进行迁移,上传好mysql data目录里面的网站数…
Discuz论坛的搭建[基于LNMP环境搭建成功后] ##创建BBS数据库在本地/远程服务器 mysql -uroot -proot create database bbs; show databases; grant all on bbs.*to bbs@'localhost' identified by 'root'; grant all on bbs.*to bbs@'192.168.25.%' identified by 'root'; # 远程mysql服务器 flush privil…