create database typecho_db;
create user 'typecho_user'@'localhost' identified by 'xxxxxxxxx';
grant all on typecho_db to 'typecho_user'@'localhost';
flush privileges;

标签: none

添加新评论