//all privileges是所有权限,可替换为select、delete、update、create、drop
grant all privileges on blog.repay_log to db_ro@'%' ;
//刷新授权
flush privileges;
//查看权限
show grants for 'db_ro';
//all privileges是所有权限,可替换为select、delete、update、create、drop
grant all privileges on blog.repay_log to db_ro@'%' ;
//刷新授权
flush privileges;
//查看权限
show grants for 'db_ro';