mysql 원격접속방법

· 2007-05-04 (금) 14:58:38 · 6106 · 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
아~이건 몰랐던 건데..좋은 정보 감사합니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
08-04-17 조회 4,288
08-03-14 조회 3,190
08-03-08 조회 3,009
08-03-06 조회 2,981
08-03-03 조회 4,272
08-02-20 조회 2,960
08-02-15 조회 3,869
08-02-11 조회 5,031
08-02-09 조회 5,719
08-02-05 조회 3,806
08-01-14 조회 6,619
08-01-11 조회 7,052
08-01-04 조회 1.1만
07-12-10 조회 4,958
07-12-10 조회 3,819
07-12-04 조회 3,356
07-11-29 조회 3,536
07-11-27 조회 3,896
07-11-23 조회 4,494
07-11-23 조회 4,226
07-11-13 조회 4,353
07-10-19 조회 4,806
07-10-17 조회 5,859
07-10-03 조회 4,892
07-10-02 조회 8,789
07-10-02 조회 4,444
07-09-09 조회 3,414
07-07-29 조회 4,292
07-07-28 조회 4,520
07-07-26 조회 4,424
07-06-19 조회 1.1만
07-06-17 조회 3,592
07-06-15 조회 4,091
07-05-31 조회 3,150
07-05-09 조회 5,309
07-05-04 조회 3,156
07-05-04 조회 3,505
07-04-28 조회 6,403
07-04-26 조회 4,643
07-04-14 조회 5,290
07-04-13 조회 3,701
07-04-12 조회 5,897
07-03-27 조회 3,831
07-03-19 조회 3,509
07-03-13 조회 4,606
07-03-07 조회 4,765
07-03-07 조회 3,271
07-02-25 조회 3,636
07-02-21 조회 4,520
07-02-18 조회 5,040
07-02-12 조회 3,384
07-02-02 조회 4,502
07-01-28 조회 6,113
07-01-27 조회 5,619
07-01-25 조회 3,984
07-01-21 조회 4,616
07-01-19 조회 6,565
07-01-19 조회 8,017
07-01-13 조회 3,474
07-01-09 조회 5,113
06-12-27 조회 3,509
06-11-24 조회 3,637
06-11-18 조회 4,156
06-10-17 조회 5,474
06-10-01 조회 4,383
06-09-26 조회 4,276
06-09-25 조회 4,602
06-09-25 조회 4,299
06-09-22 조회 4,843
06-09-22 조회 3,609
06-09-22 조회 4,438
06-09-13 조회 5,273
06-08-27 조회 4,876
06-08-26 조회 6,232
06-08-26 조회 5,556
06-08-23 조회 5,054
06-07-28 조회 7,155
06-07-24 조회 4,608
06-07-23 조회 5,393
06-07-21 조회 5,155
06-07-19 조회 3,033
06-07-19 조회 2,943
06-07-11 조회 3,601
06-07-11 조회 3,898
06-07-11 조회 4,469
06-07-11 조회 4,925
06-07-11 조회 3,556
06-07-11 조회 9,181
06-07-11 조회 4,042
06-07-11 조회 3,272
06-07-11 조회 3,325
06-07-11 조회 3,253
06-07-11 조회 3,050
06-07-07 조회 4,094
06-06-25 조회 4,447
06-06-15 조회 4,436
06-06-14 조회 4,933
06-06-11 조회 3,509
06-06-10 조회 3,891
06-06-09 조회 3,477