"MySQL 원격 접속"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
9번째 줄: 9번째 줄:
</source>
</source>


<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# mysql -h135.79.246.80 -utestuser -pP@ssw0rd
[root@zetawiki ~]# mysql -h135.79.246.80 -utestuser -pP@ssw0rd
Welcome to the MySQL monitor.  Commands end with ; or \g.
Welcome to the MySQL monitor.  Commands end with ; or \g.

2016년 3월 29일 (화) 10:46 판

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 }}