Error after upgrade

On the server, in home/mysql I have two empty folders (mysql and test) and an error file:

That's OK, anyway you should not delete them in a shell. You can delete test database but do not delete mysql, do it in MySQL command line or in phpmyadmin.... or even do with

Code:
mysql_secure_installation

and answer the questions.
 
Back
Top