grant all(权限) on . (数据库.表) to dba(用户) @‘localhost’(访问者ip) identified by ‘passwork’ with grant option;
centos mysql 创建账号
最新推荐文章于 2024-06-28 00:34:35 发布
grant all(权限) on . (数据库.表) to dba(用户) @‘localhost’(访问者ip) identified by ‘passwork’ with grant option;