MySQL如何設定一組備份帳號

例如新增一組 test 帳號,密碼為123456
grant select,reload,lock tables on *.* to 'test'@'192.168.1.200' identified by "123456";

留言