记录一个困难

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,参数没找见

整不明白了

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

相关推荐
东风破_5 小时前
从输入 juejin.cn 到看到页面:DNS、Nginx、服务器集群与 CDN 到底在做什么?
后端·mysql
小成很成5 小时前
mysql 8.0.21 升级 mysql 8.0.45(经过生产环境验证)
android·mysql·adb
东风破_5 小时前
从 0 设计一个博客数据库:用户、头像与文章表应该怎么建?
后端·mysql
大模型码小白7 小时前
Spring AI Tool 实现自然语言操作 MySQL 数据库详解
服务器·开发语言·数据库·人工智能·python·mysql·spring
云计算DevOps-韩老师9 小时前
【MySQL运维DBA】【SQL基础系列002篇】
运维·mysql·dba
放风铃的兔子9 小时前
15 年 DBA 经验:MySQL 迁移到 KES,哪些东西真的不用改?
mysql
动力 continue11 小时前
MySQL 基础篇 · SELECT 查询大
数据库·sql·mysql·select
程序员-Benothing11 小时前
MySQL 索引下推是什么?——深入理解 ICP 原理与实践
android·数据库·mysql
JavaPub-rodert14 小时前
Ontop 详解:不搬数据库,也能把 MySQL / PostgreSQL 变成知识图谱
数据库·mysql·postgresql
一路向北finish16 小时前
《CentOS7 OpenStack Mitaka 全栈部署实战:双节点搭建全流程与典型故障排坑指南》
运维·mysql·serverless·云计算·openstack