MySQL 원격 접속

MySQL 원격 접속
MySQL 서버 접속

1 사전 작업[ | ]

2 방법[ | ]

mysql -h서버주소 -u아이디 -p패스워드
[root@zetawiki ~]# mysql -h135.79.246.80 -utestuser -pP@ssw0rd
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 110
Server version: 5.5.28-log MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}