Running queries to upgrade MySQL server. mysql_upgrade: [ERROR] 1010: Error dropping database (can't rmdir './performance_schema/', errno: 17) mysql_upgrade failed with exit status 5
It looks like mysql is unable to remove the directory when dropping the database (mysql_upgrade will remove and recreate performance_schema). As per https://bugs.mysql.com/bug.php?id=62443 this might be caused by a file beginning with a '.' inside the database directory. Could you check if any such files exist in /var/lib/mysql/performance_schema? If so, delete them and try again. ** Bug watch added: MySQL Bug System #62443 http://bugs.mysql.com/bug.php?id=62443 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613700 Title: package mysql-server 5.7.13-0ubuntu0.16.04.2 failed to install/upgrade: проблемы зависимостей — оставляем не настроенным To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1613700/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
