会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
流年sugar
博客园
首页
新随笔
联系
订阅
管理
2021年7月9日
c# 使用MySql的MySqlBulkCopy 出现异常 Loading local data is disabled; this must be enabled on both the client and server sides
摘要: 解决方法: 设置客户端加载功能: set global local_infile = 1; 在客户端执行 set global local_infile = 1; mysql> set global local_infile = 1; 查看结果 mysql> SHOW GLOBAL VARIABLE
阅读全文
posted @ 2021-07-09 15:25 流年sugar
阅读(1538)
评论(0)
推荐(1)
编辑
公告