create database publiccms;
grant all privileges on publiccms.* to root@localhost identified by 'publiccms';
flush privileges;
create database publiccms;
grant all privileges on publiccms.* to root@localhost identified by 'publiccms';
flush privileges;
转载于:https://www.cnblogs.com/kisf/p/6746359.html