우분투 MySQL 클라이언트 설치

Jmnote (토론 | 기여)님의 2016년 3월 15일 (화) 17:52 판 (새 문서: ;우분투 MySQL 클라이언트 설치 ==확인== <source lang='cli'> root@zetawiki:~# mysql -V The program 'mysql' can be found in the following packages: * mysql-client-core-5.5...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
우분투 MySQL 클라이언트 설치

1 확인

root@zetawiki:~# mysql -V
The program 'mysql' can be found in the following packages:
 * mysql-client-core-5.5
 * mariadb-client-core-5.5
 * mysql-client-core-5.6
 * percona-xtradb-cluster-client-5.5
Try: apt-get install <selected package>

2 설치

root@zetawiki:~# apt-get install mysql-client-core-5.6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libaio1
The following NEW packages will be installed:
  libaio1 mysql-client-core-5.6
0 upgraded, 2 newly installed, 0 to remove and 31 not upgraded.
Need to get 4,485 kB of archives.
After this operation, 23.4 MB of additional disk space will be used.
Do you want to continue? [Y/n]
... (생략)
Unpacking mysql-client-core-5.6 (5.6.28-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libaio1:amd64 (0.3.109-4) ...
Setting up mysql-client-core-5.6 (5.6.28-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

3 확인 2

root@inception3:~# mysql -V
mysql  Ver 14.14 Distrib 5.6.28, for debian-linux-gnu (x86_64) using  EditLine wrapper

4 같이 보기

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