create user 'wechat'@'192.168.10.%' identified by 'xxxxx';ide
create database 庫名DEFAULT CHARSET utf8 COLLATE utf8_general_ci;ci
grant all privileges on 庫名.* to 'wechat'@'192.168.10.%' identified by 'xxxxx';tab