专题文章
时长:00:00更新时间:2020-11-09 20:55:34
mysql通过文档读取并执行命令之快速为mysql添加多用户和数据库技巧: 代码如下: # vi mysqlusers.txt create database dataname; grant all privileges on dataname.* to username@localhost identified by password; flush privileges; # /usr/local/mysql/bin/m
查看详情