# cat /etc/mysql/my.cnf ...... [mysqld] #bind-address = 127.0.0.1 bind-address = 0.0.0.0
mysql> use mysql mysql> insert into user(host,user,password) values('192.168.56.13','root',password('1234'));
mysql> grant all privileges on *.* to 'root'@'192.168.56.13' with grant option; mysql> flush privileges
SET foreign_key_checks = 0;
Copyrights © - Joinc, All Rights Reserved. Inherited From - Yundream Rebranded By - Joonphil
원격 접속
Foreign key 검사 비활성화
Recent Posts
Archive Posts
Tags