摘要: #!/bin/bash #created by yangqiqi 2017-08-24 #创建备份用户 #grant select,lock tables,reload,super,file,show view on *.* to 'mysqlbackup'@'localhost' identifi 阅读全文
posted @ 2018-12-25 18:32 阿尹wty 阅读(223) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #created by yangqiqi 2017-08-24 #创建备份用户 #grant select,lock tables,reload,super,file,show view on *.* to 'mysqlbackup'@'localhost' identified by 'my_password'; #grant execute on *.* to... 阅读全文
posted @ 2018-12-25 18:29 阿尹wty 阅读(176) 评论(0) 推荐(0) 编辑