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

잔글 (Jmnote 사용자가 리눅스 MySQL 클라이언트 문서를 리눅스 MySQL 클라이언트 /usr/bin/mysql 문서로 옮겼습니다)
2번째 줄: 2번째 줄:
;리눅스 MySQL 클라이언트
;리눅스 MySQL 클라이언트
;/usr/bin/mysql
;/usr/bin/mysql
<source lang='cli'>
[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]]


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

2015년 7월 3일 (금) 17:25 판

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 같이 보기