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.
How do I start it?
By the way, My MySQL doesn't create any log messages.
OP didn't provide any MySQL version number but mysql_upgrade(1) is deprecated since 8.0.16: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-16.htmlIIRC, when I've had this in the past I've needed to use the mysql_upgrade(1) utility. You might want to read the documentation around it though as I may be misremembering!