mysql
CREATE DATABASE IF NOT EXISTS my_db default charset utf8 COLLATE utf8_general_ci;
grant all privileges on weixin.* to 'weixin'@'localhost' identified by 'weixinQWE!@#' with grant option;
mysql
CREATE DATABASE IF NOT EXISTS my_db default charset utf8 COLLATE utf8_general_ci;
grant all privileges on weixin.* to 'weixin'@'localhost' identified by 'weixinQWE!@#' with grant option;