การตรวจสอบฐานข้อมูล MySQL/MariaDB ผ่าน Terminal สามารถใช้คำสั่งดังนี้
[root@agriserv ~]# mysql -e “SHOW DATABASES;” -p
Enter password: รหัสผ่าน
+——————–+
| Database |
+——————–+
| information_schema |
| mysql |
| performance_schema |
+——————–+