INSERT INTO mysql.user (host,user,authentication_string,ssl_cipher, x509_issuer, x509_subject) VALUES ('%','root',password('비밀번호'),'','','');
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
FLUSH PRIVILEGES;
vi /etc/mysql/my.cnf
#bind-address = 127.0.0.1
bind-address = 0.0.0.0
'dev' 카테고리의 다른 글
리눅스, 유닉스, alias 날짜 지정하기 (0) | 2018.02.18 |
---|---|
git 강제 덮어씌우기. (0) | 2018.02.18 |
mariadb 마리아디비 bind address 수정하기 원격접속 열기 (0) | 2018.02.16 |
vi 한줄 복사해서 붙여넣기 (0) | 2018.02.16 |
aws root 로그인 (0) | 2018.02.11 |
오라클 12 오류 : ORA-28040 : No matching authentication protocol (2) | 2018.02.04 |
mysql 5 버전 윈도우 설치하기 (0) | 2018.02.02 |
atom 아톰 주석 색상 변경 comment color change (0) | 2018.02.01 |