您的位置:首页 > 博客中心 > 数据库 >

Access denied for user 'bill'@'localhost' (using password: YES)

时间:2022-03-14 04:18

创建用户分配权限


CREATE USER ‘bill‘@‘%‘ IDENTIFIED BY ‘passpass‘;

 grant all privileges on *.* to bill@localhost identified by ‘passpass‘ with grant option;

热门排行

今日推荐

热门手游