在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、启动时间等。