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 データベースからデータを取得してローカルホストの MySQL データベースに保存するスクリプトを作成しようとしています。
必要に応じて、これを実現するために Python を使用したいと考えています。
PHP ODBCモジュール(クラシックまたはPDO)は、Vertica接続で正常に機能します。My VerticaポータルからVerticaバージョンに適切なODBCドライバーをダウンロードし、PHPサーバーにインストールする必要があります。
また、Postgresクライアント ライブラリを使用して Vertica インスタンスに接続することもできます。
Postgres