创建数据库
create database if not exists itmpon default charset utf8 collate utf8_general_ci;
添加权限
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON `itmpon`.* TO 'gcuser'@'%';
create database if not exists itmpon default charset utf8 collate utf8_general_ci;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON `itmpon`.* TO 'gcuser'@'%';