반응형
![NEW 블루온 3 in 1 캠핑용 에어컨 PRO 이동식 제습기, NEW 캠핑용 에어컨 PRO - 화이트](https://image11.coupangcdn.com/image/affiliate/banner/7b6139d2955b9b31288f4ec3adbbc605@2x.jpg)
[root@woo ~]# mysql --version
mysql Ver 15.1 Distrib 10.0.30-MariaDB, for Linux (x86_64) using readline 5.1
[root@woo ~]# mysql -uroot -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 41489
Server version: 10.0.30-MariaDB MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> use mysql
Database changed
MariaDB [mysql]>
MariaDB [mysql]> select version();
+-----------------+
| version() |
+-----------------+
| 10.0.30-MariaDB |
+-----------------+
1 row in set (0.00 sec)
MariaDB [mysql]> show variables like 'version';
+---------------+-----------------+
| Variable_name | Value |
+---------------+-----------------+
| version | 10.0.30-MariaDB |
+---------------+-----------------+
1 row in set (0.00 sec)
[root@woo ~]# mysqladmin -uroot -p패스워드 version | grep ^Server
Server version 10.0.30-MariaDB
반응형
'# IT # > Linux' 카테고리의 다른 글
# linux , Centos rpm 명령어 관련 # (0) | 2018.02.08 |
---|---|
# 도메인 IP 알아내는 방법 / linux whois # (0) | 2018.02.08 |
# linux 7 Centos 7 redhat 7 / hostname 변경 # (0) | 2018.01.23 |
# linux Macaddress (mac 주소) 확인 방법 # (0) | 2018.01.15 |
# mysql 패스워드 초기화 방법 # (0) | 2017.12.12 |