myslq1 mysqld 계정 생성및 권한 ( MYSQL, MariaDB) OS : Centos 7.9 Tool : VMware MYSQL : mysql Ver 15.1 Distrib 10.1.48-MariaDB create user '사용자'@'localhost' identified by '비밀번호'; grant all privileges on *.* to '사용자'@'localhost'; grant all privileges on DB이름.* to '사용자'@'localhost'; mysql> grant all privileges on *.* to '사용자'@'localhost'; mysql> grant all privileges on DB이름.* to '사용자'@'localhost'; mysql> grant all privileges on DB이름.테이블명 to '사용자'.. 2021. 10. 26. 이전 1 다음