记录一个困难

Mysql加插件

复制代码
create  table tb_xuesheng1 as select * from tb_xuesheng; 

会报如下错误

复制代码
SQL 错误 [3185] [HY000]: Can't find master key from keyring, please check in the server log if a keyring is loaded and initialized successfully.

当我去搜寻答案网上都说缺少插件,去下载插件安装

比如这位老哥的答案
https://blog.csdn.net/weixin_45332660/article/details/131813852

结果在执行到:

复制代码
mysql> install plugin keyring_file soname 'keyring_file.dll';

又报错了

复制代码
ERROR 1123 (HY000): Can't initialize function 'keyring_file'; Plugin initialization function failed.

又去翻答案

比如这位老哥

https://blog.csdn.net/sandy9919/article/details/90436957

难受没找见,因为我这是window,他写的Linux,but文件应该对应过来是my.ini,参数没找见

整不明白了

记录下,希望大佬路过可以指点一二!谢谢

相关推荐
思成不止于此2 小时前
【MySQL 零基础入门】DQL 核心语法(二):表条件查询与分组查询篇
android·数据库·笔记·学习·mysql
帝吃藕和3 小时前
MySQL 知识点复习- 4. update/delete/like
mysql
杨云龙UP4 小时前
MySQL 自动备份与覆盖恢复实战:一套脚本搞定全库/按库备份恢复
linux·运维·数据库·sql·mysql
梁萌8 小时前
MySQL索引的使用技巧
数据库·mysql·索引·b+tree
_果果然10 小时前
数据库、表、字段:理解MySQL的三层结构
数据库·mysql
TT哇12 小时前
【Database Navigator 插件】idea 社区版连接 mysql 数据库
java·数据库·mysql·intellij-idea·database
ao_lang13 小时前
MySQL的存储过程和触发器
android·数据库·mysql
ZePingPingZe13 小时前
Spring Boot + MySQL读写分离实现方案
spring boot·mysql·adb
honder试试14 小时前
Centos7从0-1安装部署Clickhouse验证与Mysql实时同步
数据库·mysql·clickhouse
Shingmc314 小时前
MySQL表的约束
数据库·mysql