mysqld:无法执行密钥环迁移

mysqld:无法执行密钥环迁移

尝试安装之前支持的mysql8.0(尚不支持)系统。安装结束于:debian 10 (aka "Buster")mysql5.5

mysqld: Can not perform keyring migration : Invalid --keyring-migration-source option. [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.11) starting as process [ERROR] [MY-011084] [Server] Keyring migration failed.

我不需要任何加密。另外我想我以前没有使用过“密钥环”。我的问题是:我必须做什么才能使用 mysql?是否有可能跳过密钥环迁移?

答案1

哦,服务器做过启动,无论错误消息是什么。另请参阅https://dba.stackexchange.com/questions/189341/can-an-encrypted-mysql-restart-without-the-keyring-file-on-the-box

是的,mysql 将启动,但是如果您尝试访问加密表,您将收到错误。

相关内容