04-22-2019, 05:10 PM
The log provided in your screen is of no use because it only contains the first lines. You can notice that there is a field/button like element in the bottom left corner that says "More". You would have to use navigation keys to go down until you reach the end of the log with the latest log entries (most likely containing information about the MariaDB startup failure).
The later command I told you has no console output because as I said it redirects the output of the whole command to a file instead of the console.
Try these please:
Open the mariadb-fail.log file after the two commands and show the content here or upload that log file to a file hosting site.
The later command I told you has no console output because as I said it redirects the output of the whole command to a file instead of the console.
Try these please:
Code: (Select All)
systemctl start mariadb
journalctl -xn -l > mariadb-fail.log
Open the mariadb-fail.log file after the two commands and show the content here or upload that log file to a file hosting site.