IBM DB2 Installation
From DreamFactory
Drewpearce (Talk | contribs) (Created page with "==Notes== Using DB2 with PHP requires the installation of 2 drivers, ibm_db2, and pdo_ibm. The following instructions are intended as a guide. Knowledge of compiling applicati...") |
m (Jason moved page DreamFactory/Installation/Databases/IBM DB2 to DreamFactory/Installation/Databases/IBM DB2 Installation) |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==Free DB2 Instance== | ||
+ | |||
+ | IBM offers a free DB2 instance which can be used for development purposes. Create an account at [[https://console.bluemix.net/dashboard/apps/ IBM Cloud]] to create an instance. | ||
+ | |||
==Notes== | ==Notes== | ||
− | + | DB2 access is accomplished using the PDO_IBM driver. Recently DreamFactory patched this driver to ensure PHP 7 compatibility. Please install using this GitHub readme as a guide [https://github.com/dreamfactorysoftware/PDO_IBM-1.3.4-patched PDO_IBM Patched] | |
− | + | For concrete example see the [[../../../APT/Ubuntu_16.04/Modules/IBM DB2_Ubuntu_16| Ubuntu 16.04]] instructions. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 07:37, 19 July 2022
Free DB2 Instance
IBM offers a free DB2 instance which can be used for development purposes. Create an account at [IBM Cloud] to create an instance.
Notes
DB2 access is accomplished using the PDO_IBM driver. Recently DreamFactory patched this driver to ensure PHP 7 compatibility. Please install using this GitHub readme as a guide PDO_IBM Patched
For concrete example see the Ubuntu 16.04 instructions.