mariadb 버전체크

2023. 5. 4. 16:51데이터베이스

(venv) root@cfpp010:/home/ptoffices# mysql --version
mysql  Ver 15.1 Distrib 10.3.38-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
(venv) root@cfpp010:/home/ptoffices# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 151
Server version: 10.3.38-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.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.3.38-MariaDB-0ubuntu0.20.04.1 |
+----------------------------------+
1 row in set (0.000 sec)

MariaDB [(none)]>

'데이터베이스' 카테고리의 다른 글

python에서 django에서 사용하는 model을 사용할수 있나요  (0) 2023.07.25
SQLAlchemy  (0) 2023.07.25
insert문법  (0) 2023.04.16
mariadb 대량text insert  (0) 2023.04.16
PostgreSQL vs mssql 은  (0) 2023.04.16