mysql 语句

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;

原文地址:https://www.cnblogs.com/php12-cn/p/9147213.html