此为自己通过centos7系统搭建typecho博客的心得分享,全文目前6部分,这是第六节也是最后一节typecho搬家数据和数据库转移操作首先旧站开启指定用户和指定远程ip(咱们新站的ip地址)访问当地数据库的权限:grant all privileges on *.* to steamoe_admin@'185.186.146.41' identified by "password"
flush privileges;
select host,user,password from user;可以看见一条新的访问权限如果要删除...