create database publiccms;

grant all privileges on publiccms.* to root@localhost identified by 'publiccms';

flush privileges;

相关文章: