MySQL 외부 접속 허용
페이지 정보
작성자 JMStudy 작성일11-01-04 18:22 조회8,137회 댓글0건본문
* 권한 설정
mysql> grant all privileges on *.* to 'root'@'%' identified by 'root의 패스워드';
mysql> flush privileges;
mysql> grant all privileges on *.* to 'root'@'%' identified by 'root의 패스워드';
mysql> flush privileges;
댓글목록
등록된 댓글이 없습니다.