如何通过perl连接infobright DB?
如何通过perl连接infobright DB?
How to connect infobright DB through perl ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何通过perl连接infobright DB?
How to connect infobright DB through perl ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
使用 DBD-mysql。使用或类似的方式安装它
。
With DBD-mysql. Install it with
or similar.
您可以使用与 MySQL 一起使用的任何标准数据库连接来连接到 Infobright。 Daxim 是正确的——DBD 是连接数据库的最常见方法之一。在 DBD 配置中,您所需要做的就是将端口号从 3306 (MySQL) 更改为 5029 (Infobright)。其余的都一样。
You can connect to Infobright using any standard database connection that you'd use with MySQL. Daxim is correct -- DBD is one of the most common ways to connect to the database. In your DBD config, all you'd need to do is change the port number from 3306 (MysQL) to 5029 (Infobright). All the rest is the same.
**插入 **
**插入 **
查看/搜索
查看/搜索*
**更新 **
**更新 **
删除
<删除
**INSERT **
**INSERT **
VIEW/SEARCH
VIEW/SEARCH*
**UPDATE **
**UPDATE **
DELETE
DELETE
存储过程
STOREDPROCEDURE
//////////////////////////////////////////////
第二次
////////////////////////////////////
///////////////////////
2ND
//////////////////