Introduction
When upgrading from MySQL 5.7 to MariaDB, the sys
database must be removed. This article provides the steps needed to remove that database.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
mysql -e 'DROP DATABASE sys;'
Comments
0 comments
Article is closed for comments.