로딩
티스토리 데이터 처리 중입니다.

Mysql/Mariadb 버전 확인

 Mysql/Mariadb 버전 확인

Mysql 기반 버전확인 방법에 대해 알아보겠습니다. 1. linux 명령어로 확인 mysql> mysql --version mysql Ver 15.1 Distrib 10.2.32-MariaDB, for Linux (x86_64) using readline 5.1 mysql> 2. DB 접속으로 확인 ysql> mysql -uroot -p Enter password: Welcome to the MariaDB monitor.

Commands end with ; or \g. Your MariaDB connection id is 474 Server version: 10.2.32-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corpora.....