본문 바로가기
DataBase/MySQL

Mysql 버전 확인

by 빅경 2024. 11. 18.
728x90
반응형

$ sudo mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 36
Server version: 10.11.8-MariaDB-0ubuntu0.24.04.1 Ubuntu 24.04

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> select version();
+----------------------------------+
| version()                        |
+----------------------------------+
| 10.11.8-MariaDB-0ubuntu0.24.04.1 |
+----------------------------------+
1 row in set (0.000 sec)

728x90
반응형