mysql can't start after upgrade

I upgrade my freebsd and all of my packages, But mysql can't start after upgrade.
How do I start it?
By the way, My MySQL doesn't create any log messages.
 
Before upgrading the mysql/mariadb packages it's mostly a good idea to first make a backup/dump of the database.
After the upgrade you then do a restore.
 
And you don't need to run mysql_upgrade(1) for patch versions. Only if you updated from 5.6 to 5.7 for example. Which I assume is not the case here.
 
Back
Top