创建用户
1 | create user 'tone'@'%' identified by '123123' |
授权
1 | grant all privileges on *.* to 'tone'@'%' with grant option; |
权限刷新
1 | flush privileges; |
数据库时区
1 | show VARIA<!--autointro--> |
1 | create user 'tone'@'%' identified by '123123' |
1 | grant all privileges on *.* to 'tone'@'%' with grant option; |
1 | flush privileges; |
1 | show VARIA<!--autointro--> |