MariaDB Troubleshooting

Опубликовано: 27 Январь 2023
на канале: CodeCraft Academy
3,779
7

🎉 Don't miss out on more coding tips and tutorials! Subscribe to CodeCraft Academy now:    / @codecraft532   Question : There is a critical issue going on with the Nautilus application in Stratos DC. The production support team identified that the application is unable to connect to the database. After digging into the issue, the team found that mariadb service is down on the database server.

Look into the issue and fix the same.
Note :-
Perform the below commands based on your question server, user name & other details might differ
Solution:
1. At first login on database server & Switch to root user
ssh peter@stdb01
sudo su -
2. When you start the mariadb service you will get below error
systemctl status mariadb
systemctl start mariadb