테스트 사이트 - 개발 중인 베타 버전입니다

mysql 원격접속방법

· 18년 전 · 4904 · 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개

18년 전
해킹 당하기 딱 좋네요. -_-;
그러면 200% 해킹 됩니다. host='접속하려는 ip 또는 hostname'이 들어가야 합니다.
18년 전
아 알겠습니다 ㅎㅎ 생큐생큐 ^^
18년 전
원격접속방법..멋집니다..
18년 전
음.. 제가 지금꺼 하게 해킹을 유도했네요 ㅡㅡ;;;
100%는 완벽하다는 말인데
200%는 무슨 뜻이지?
18년 전
아~이건 몰랐던 건데..좋은 정보 감사합니다.^^

게시글 목록

번호 제목
11797
11796
29161
11795
11794
11793
11789
11784
29160
11781
11778
24966
24964
24963
24961
24960
24950
24948
24947
24946
24945
24944
24943
24942
24941
24940
24939
29158
11777
11774
11772
11771
11770
11769
11765
11764
11763
11758
29148
11752
11747
11746
29147
11744
11735
29145
11733
11731
11730
24937
11728
11727
11725
11717
29138
11716
11715
11714
11711
11710
11708
11700
11697
24936
24935
24934
24933
24932
24931
24930
24929
24928
24927
24926
24925
24922
24921
24920
24919
24918
24917
24916
24915
24914
24913
11696
11694
24912
24911
24910
24909
24908
24907
24906
11692
24905
24904
24903
24902
24901