mysql 원격접속방법

· 2007-05-04 (금) 14:58:38 · 7007 · 7
텔넷으로 접속해서
mysql -uroot
mysql> use mysql;
Here’s an example of the output on my database, which is pretty much the default settings. Note that ubuntuserv is the hostname of my server.
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select host,user from user;
+—————+——————+
| host | user |
+—————+——————+
| ubuntuserv | root |
| localhost | debian-sys-maint |
| localhost | root |
+—————+——————+
3 rows in set (0.00 sec)
Now I’ll update the ubuntuserv host to use the wildcard, and then issue the command to reload the privilege tables. If you are running this command, substitute the hostname of your box for ubuntuserv.

mysql> update user set host='%' where user='디비계정아이디';
(이렇게 하면 200%해킹당함 ㅡㅡ)
mysql> update user set host='아이피나 localhost' where user='디비계정아이디';
(이렇게해야함)
 
mysql> flush privileges;
mysql> quit;
 
끝입니다
 
도움주신 불당님께 감사드립니다. ^^
[이 게시물은 관리자님에 의해 2011-10-31 17:27:00 MySQL에서 이동 됨]
|

댓글 7개

2007-05-04 (금) 15:02:38
해킹 당하기 딱 좋네요. -_-;
그러면 200% 해킹 됩니다. host='접속하려는 ip 또는 hostname'이 들어가야 합니다.
2007-05-04 (금) 15:12:13
아 알겠습니다 ㅎㅎ 생큐생큐 ^^
2007-05-16 (수) 11:10:00
원격접속방법..멋집니다..
2007-06-10 (일) 17:55:41
음.. 제가 지금꺼 하게 해킹을 유도했네요 ㅡㅡ;;;
100%는 완벽하다는 말인데
200%는 무슨 뜻이지?
2007-09-06 (목) 09:21:39
아~이건 몰랐던 건데..좋은 정보 감사합니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
기타 07-10-02 조회 3,565
기타 07-10-02 조회 6,335
기타 07-10-02 조회 3,755
기타 07-10-02 조회 4,182
기타 07-10-02 조회 3,399
기타 07-10-02 조회 5,835
MySQL 07-10-02 조회 3,715
Flash 07-10-02 조회 1.3만
Flash 07-10-02 조회 4,704
기타 07-10-01 조회 2,662
MySQL 07-10-01 조회 4,171
JavaScript 07-09-28 조회 5,613
MySQL 07-09-28 조회 3,945
기타 07-09-27 조회 4,064
Linux 07-09-27 조회 6,231
MySQL 07-09-27 조회 5,213
JavaScript 07-09-27 조회 4,034
기타 07-09-27 조회 3,429
JavaScript 07-09-27 조회 3,783
Linux 07-09-27 조회 4,446
JavaScript 07-09-13 조회 3,656
기타 07-09-11 조회 3,740
Flash 07-09-09 조회 4,042
JavaScript 07-08-28 조회 4,310
기타 07-08-28 조회 3,772
기타
[기타]
07-08-23 조회 4,972
기타 07-08-22 조회 3,186
기타 07-08-21 조회 5,310
기타 07-08-21 조회 3,127
MySQL 07-08-16 조회 7,313