Recently my MariaDB stopped working and when I tried to start it, it always throws an error.
The error message is:
MariaDB failed at step namespace spawning /bin/sh: read-only file system
What does that mean?
The operating system is CentOS 7
Recently my MariaDB stopped working and when I tried to start it, it always throws an error.
The error message is:
MariaDB failed at step namespace spawning /bin/sh: read-only file system
What does that mean?
The operating system is CentOS 7
Your filesystem has likely been remounted as read only, which can indicate an issue with corruption or the underlying physical disk. You'll need to sort that and remount as rw then Maria should be ok to start again. Backup the db files asap also.