2025年11月

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