Fedora 27 – MariaDB (mysql) #mysql50#.rocksdb errors

This post was written by Matt Sale on February 11, 2018
Posted Under: Uncategorized

Recently I started encountering ” #mysql50#.rocksdb” errors with mysql. To solve this I stopped mariadb:
systemctl stop mariadb
edited /etc/my.cnf.d/rocksdb to comment out the plugin and added ignore-db-dirs=.rocksdb to /etc/my.cnf, then restarted mariadb
systemctl start mariadb

Now I can backup or query the database properly.

Add a Comment

You must be logged in to post a comment.