安装wordpress
摘要:
服务器搭好lnmp后,进入数据库创建库wordpress,然后设置管理库的管理员,以及通过何种途径登录进来 create database wordpress; grant all on wordpress.* to '库管理员'@'%' identified by '密码' @后面可接localh 阅读全文
posted @ 2019-02-15 16:28 一直用这名字 阅读(197) 评论(0) 推荐(0) 编辑