MySQL8.0 因为secure_file_priv无法导入数据的解决方法

  1. 关闭MySQL
  2. 找到存放MySQL磁盘的my.ini, 在末尾添加一句secure_file_priv= 记住不是secure_file_priv=’’ ‘’
  3. 重启MySQL,并登录
    4.输入show variables like 'secure_file_priv';
    MySQL8.0 因为secure_file_priv无法导入数据的解决方法
    出现上述图片表示修改成功啦!

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2023-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-08-27
猜你喜欢
  • 2021-08-30
  • 2021-07-24
  • 2022-12-23
  • 2021-04-05
  • 2022-03-06
  • 2021-12-15
  • 2021-08-21
相关资源
相似解决方案