mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
3d19659bac
commit
fac368d2ba
@ -4,4 +4,15 @@ I've created some IBM DB2 drivers for CodeIgniter, and figured I'd let others wh
|
||||
|
||||
2. You must have a DB2 database or client utility installed on your local machine for the ibm_db2 PECL extension to work properly.
|
||||
|
||||
When those are up and running, feel free to use the DB2 drivers provided below. If you wish to improve, or make changes please feel free to, just upload the changes back to this page.
|
||||
When those are up and running, feel free to use the DB2 drivers provided below. If you wish to improve, or make changes please feel free to, just upload the changes back to this page.
|
||||
|
||||
DB2 Uncataloged/Remote Connections
|
||||
Filename: db2u.zip
|
||||
|
||||
Take the zip file, extract the contents of it to your system/database/drivers folder of your CodeIgniter installation. Make sure the following 5 elements are defined properly in your database config file.
|
||||
|
||||
$db['default']['hostname'] = "HOSTNAME";
|
||||
$db['default']['username'] = "username";
|
||||
$db['default']['password'] = "password";
|
||||
$db['default']['database'] = "DBNAME";
|
||||
$db['default']['dbdriver'] = "db2u";
|
Loading…
x
Reference in New Issue
Block a user