"리눅스 MySQL 클라이언트 mysql"의 두 판 사이의 차이

(새 문서: ==개요== ;리눅스 MySQL 클라이언트 ;/usr/bin/mysql ==같이 보기== 분류: /usr/bin)
 
 
(사용자 2명의 중간 판 5개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;리눅스 MySQL 클라이언트
;리눅스 MySQL 클라이언트
;/usr/bin/mysql
;/usr/bin/mysql
<source lang='console'>
[root@zetawiki ~]# mysql -uroot -pP@ssw0rd
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4214
Server version: 5.1.73-log Source distribution
Copyright (c) 2000, 2013, 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>
</source>


==같이 보기==
==같이 보기==
*[[우분투 MySQL 클라이언트 설치]]
*[[CentOS MySQL 클라이언트 설치]]
*[[MySQL 캐릭터셋 utf8 설정]]
*[[MySQL]]


[[분류: MySQL]]
[[분류: /usr/bin]]
[[분류: /usr/bin]]

2016년 9월 3일 (토) 21:00 기준 최신판

1 개요[ | ]

리눅스 MySQL 클라이언트
/usr/bin/mysql
[root@zetawiki ~]# mysql -uroot -pP@ssw0rd
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4214
Server version: 5.1.73-log Source distribution

Copyright (c) 2000, 2013, 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>

2 같이 보기[ | ]

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