给Typecho创建数据库
create database typecho_db;
create user 'typecho_user'@'localhost' identified by 'xxxxxxxxx';
grant all on typecho_db to 'typecho_user'@'localhost';
flush privileges; create database typecho_db;
create user 'typecho_user'@'localhost' identified by 'xxxxxxxxx';
grant all on typecho_db to 'typecho_user'@'localhost';
flush privileges; 如果您看到这篇文章,表示您的 blog 已经安装成功.