"우분투 MySQL 클라이언트 설치"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
{{다른뜻|CentOS MySQL 클라이언트 설치}}
{{다른뜻|CentOS MySQL 클라이언트 설치}}
;우분투 MySQL 클라이언트 설치
;우분투 MySQL 클라이언트 설치
;우분투 mysql-client 설치
;우분투 mysql-client-core 설치


==확인==
==확인==

2016년 9월 3일 (토) 21:11 판

  다른 뜻에 대해서는 우분투 MySQL 서버 설치 문서를 참조하십시오.
  다른 뜻에 대해서는 CentOS MySQL 클라이언트 설치 문서를 참조하십시오.
우분투 MySQL 클라이언트 설치
우분투 mysql-client-core 설치

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@zetawiki:~# 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 }}