INSERT INTO mysql.user (host,user,authentication_string, password,ssl_cipher, x509_issuer, x509_subject) VALUES ('111.222.333.444','root','',password('비번'),'','','');
GRANT ALL PRIVILEGES ON *.* TO 'root'@'111.222.333.444';
select host, user, password from user;
flush privileges;
반응형
'서버(Server) > WindowServer' 카테고리의 다른 글
SSL 을 설치하기 위한 과정, Window Server 2012 (0) | 2018.07.29 |
---|---|
mariadb 비번 바꾸기 및 중지 후 다시 실행하기 (0) | 2018.06.28 |
MongoDB - installation error - mongodb setup wizard ended prematurely (0) | 2018.06.24 |
window 외부 접속을 위한 윈도우 방화벽 설정 (0) | 2018.06.24 |
윈도우 서버 2012 파일 다운로드 (0) | 2018.06.24 |