mysql 常用命令 Posted on 2019-07-25 | Edited on 2020-04-06 | In database 记录下mysql 常用命令,方便查阅。 host 授权12345-- 通配符设置网段grant all privileges on <db_name>.* to root@'10.249.149.%' identified by '<pwd>';grant all privileges on *.* to root@'10.95.54.226' identified by 'ZAQ!2wsx';flush privileges;