【mysql】The plugin file doesn't exist
我加载DolphinDB database安装包自带的mysql插件,提示文件不存在,但我确认文件是在的,怎么回事?
回答
用exists(pluginPath)判断一下文件在不在。若不存在,检查确认一下这个文件是在dolphindb服务端主机上,而不是在GUI客户端这侧。
若是用dolphindb安装包自带的mysql插件,可以用下列代码加载:
loadPlugin(getHomeDir()+"/plugins/mysql/PluginMySQL.txt")
以上是 【mysql】The plugin file doesn't exist 的全部内容, 来源链接: utcz.com/a/72201.html