Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 PHP 连接到 Vertica 数据库——一个类似于 mysql_connect() 的函数?
我最终试图编写一个脚本,从 Vertica 数据库中提取数据并将其存储在 localhost MySQL 数据库中。
如有必要,我愿意使用 Python 来实现这一点。
PHP ODBC 模块(经典或PDO)适用于 Vertica 连接。您需要从 My Vertica 门户下载适合您的 Vertica 版本的 ODBC 驱动程序,并将其安装在您的 PHP 服务器上。
您还可以使用Postgres客户端库连接到 Vertica 实例。
Postgres