2010. 8. 26. 15:41
1. 수정(주석 처리)
# sudo vi /etc/mysql/my.conf
bind-address 주석처리
2. 외부 접속 계정 만들기
mysql> grant all privileges on 디비이름.* to 아이디@'%' identified by '비번' with grant option
3. 재시작
# sudo /etc/init.d/mysql restart
1. 수정(주석 처리)
# sudo vi /etc/mysql/my.conf
bind-address 주석처리
2. 외부 접속 계정 만들기
mysql> grant all privileges on 디비이름.* to 아이디@'%' identified by '비번' with grant option
3. 재시작
# sudo /etc/init.d/mysql restart