mysql>create user 'root'@'%' identified by 'root';
mysql>grant all privileges on *.* to 'root'@'%' with grant option;
%에 허용하고자 하는 ip 넣으면 됨
'개발자료 > SQL' 카테고리의 다른 글
MYSQL caching_sha2_password 오류 (0) | 2019.03.20 |
---|---|
MSSQL - Reporting Services Catalog Database File Existence Failed (0) | 2014.07.04 |
MSSQL dump (0) | 2014.07.02 |
mysql workbench error code: 1175 (0) | 2014.05.26 |
ms-sql server2008 백업데이터 import (0) | 2014.05.08 |