728x90
반응형
grant all privileges on db_name.* to 'user_name'@localhost;
grant all privileges on db_name.* to 'user_name'@'%';
show grants for user_name@localhost;
show grants for user_name@'%';
flush privileges;
728x90
반응형
'DataBase > MySQL' 카테고리의 다른 글
[MySql]ERROR 1045 (28000): Access denied for user 'root@'localhost' (2) | 2024.06.13 |
---|---|
[Linux]파일을 현재/특정/지정 날짜로 업데이트 하는 방법 (0) | 2024.06.13 |
MySql Enum Table 생성/수정 (0) | 2024.05.28 |
Linux에서 MySQL/MariaDB 설치 (0) | 2024.05.21 |
Mac에서 MySQL설치, DB 및 User 생성 (0) | 2024.05.20 |