亚马逊ec2中的php vertica odbc配置
我需要在亚马逊 EC2 机器中配置 vertica odbc,以便从 php 应用程序的现有数据库中获取数据。我在本地 ubuntu 中配置了 mysql odbc 并运行 php 示例。但我不确定如何在亚马逊ec2中配置vertica odbc。 vertica odbc 配置的文档不多。
任何人请帮助我:
在亚马逊 ec2 中配置 vertica odbc。
使用 php 从 vertica 数据库获取数据的任何替代方法。
请指导我
Am need to configure vertica odbc in amazon ec2 machines to fetch datas from existing database for php application. am configured mysql odbc in local ubuntu and run the php examples. But am not sure how to configure vertica odbc in amazon ec2. There is no much document for vertica odbc configuration.
Any one kindly help me for:
configure vertica odbc in amazon ec2.
any alternative method to fetch data from vertica database using php.
please guide me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的系统有“isql”程序吗?我相信它是 unixODBC 附带的命令行 ODBC 客户端。您可以使用它来验证您的 ODBC 连接,从而将 PHP 排除在外。从 shell 运行“isql”并尝试运行一些基本的 SQL 查询。
Does your system have the program 'isql'? It's a command-line ODBC client that I believe comes with unixODBC. You can verify your ODBC connection using that to take PHP out of the equation. Run 'isql ' from the shell and try to run some basic SQL queries.