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;