摘要: # 新建用户 CREATE USER 'test'@'xxx.xx.xx.%' IDENTIFIED BY '123'; grant all privileges on *.* to 'test'@'xxx.xx.xx.%' IDENTIFIED BY '123' with grant option 阅读全文
posted @ 2022-12-14 15:39 钱塘江畔 阅读(64) 评论(0) 推荐(0)