-
MySQL 원격접속 하기case Computer : 2009. 3. 18. 13:43mysql 원격접속 권한 설정
>use mysql;
>grant all privileges on *.* to 'root'@'192.168.1.1' identified by 'passwd';
>flush privileges;
원격지에 접속 방법은 -h 옵션
#>mysql -h host -u user -p
반응형'case Computer :' 카테고리의 다른 글
sis.or.kr - 윈도우 보안 총정리 (1) 2009.03.19 iptables script (0) 2009.03.18 우분투 서버 & 콘솔에서 해상도 변경 (0) 2009.03.17 Prevention of Cookie Spoofing and evasion of CGI program (0) 2009.03.10 Fire fox :) 파이어폭스 :) 파폭 (1) 2009.03.06