在Linux系統中,可以使用以下命令來查看數據庫的運行狀態:
systemctl status mysql
或
service mysql status
systemctl status mariadb
或
service mariadb status
systemctl status postgresql
或
service postgresql status
systemctl status mongod
或
service mongod status
systemctl status redis
或
service redis status
以上命令將顯示數據庫服務的運行狀態信息,包括進程ID、啟動時間等。