标签:mysq 用户 sonar grant ide option flush data cte
create database sonar character set utf8 collate utf8_general_ci;
flush privileges;
grant all privileges on sonar.* to ‘sonar‘@‘%‘identified by ‘sonar‘ with grant option;
flush privileges;
标签:mysq 用户 sonar grant ide option flush data cte
原文地址:http://www.cnblogs.com/ivan0626/p/7016602.html