您好,欢迎来到化拓教育网。
搜索
您的当前位置:首页mysql通过文档读取并执行命令快速为mysql添加多用户和数据库_MySQL

mysql通过文档读取并执行命令快速为mysql添加多用户和数据库_MySQL

来源:化拓教育网


create database dataname;
grant all privileges on dataname.* to username@localhost identified by ‘password‘;
flush privileges;

# /usr/local/mysql/bin/mysql -u root -p password < mysqlusers.txt

   蓝色斜体部分为对应的用户名和密码,添加多个用户及数据库,只需要复制中间部分代码并修改对应的位置即可,如:
   create database dataname1;
   grant all privileges on dataname1.* to username1>@localhost” identified by ‘password‘;
   flush privileges;

   create database dataname2;
   grant all privileges on dataname2.* to username2>@localhost” identified by ‘password‘;
   flush privileges;

Copyright © 2019- huatuo9.cn 版权所有 赣ICP备2023008801号-1

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务