check MariaDB version เช็คเวอร์ชั่นฐานข้อมูล บทความนี้สอนวิธีการเช็คเวอร์ชั่นของฐานข้อมูล MariaDB โดยใช้คำสั่งผ่าน Command Prompt พร้อมแสดงเวอร์ชั่นฐานข้อมูล MariaDB โดยมีรายละเอียดขั้นตอนดังนี้
ตัวอย่าง check MariaDB version เช็คเวอร์ชั่นฐานข้อมูล
1. กดปุ่ม Windows + R พิมพ์ cmd และกด enter เพื่อเปิด Command Prompt
Microsoft Windows [Version 10.0.19044.1645]
(c) Microsoft Corporation. All rights reserved.
C:\Users\admin>
2. เข้าระบบฐานข้อมูล MariaDB/MySQL ด้วย mysql -uroot -p
mysql -uroot -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 16
Server version: 10.4.19-MariaDB mariadb.org binary distribution
3. พิมพ์คำสั่ง status จะขึ้นรายละเอียดของฐานข้อมูล MariaDB เช็คเวอร์ชั่นฐานข้อมูลที่ Server version และ Protocol version
MariaDB [demo]> status
Connection id: 16
Current database: demo
Current user: root@localhost
SSL: Not in use
Using delimiter: ;
Server: MariaDB
Server version: 10.4.19-MariaDB mariadb.org binary distribution
Protocol version: 10
Connection: localhost via TCP/IP
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: cp850
Conn. characterset: cp850
TCP port: 3306