sudo mysql -u root -p password
//로 접속한후
create user 'root'@'%' identified by 'password';
grant all privileges on *.* to 'root'@'%';
flush privileges;
Mysql 8.0 은 5.7과 다르게 bind-address 주석할 필요 없음
'Server' 카테고리의 다른 글
ElasticBeansTalk은 어떻게 상태를 체크할까? (0) | 2021.07.04 |
---|---|
[aws] Too many authentication failures 해결방법 (0) | 2020.07.04 |
GPG error: http://repo.mysql.com/apt/ubuntu xenial InRelease: The following signatures were invalid: KEYEXPIRED 1550412832 KEYEXPIRED 1550412832 KEYEXPIRED 1550412832 // Mysql8.0 설치 Error (0) | 2019.05.05 |
Percona 설치방법 (0) | 2019.05.05 |
아톰 Remote-FTP를 이용하여 EC2 연결 방법 (0) | 2018.09.28 |