Tag Archives: linux

Connect to IBM DB2 on PHP via ODBC

This was done and tested on a Linux (CentOS) system running PHP 4. Configure PHP with ODBC support. You should check that it is successfully installed by doing phpinfo(). Obtain the latest DB2 ODBC driver from IBM. You can download it from here. Lookout for Driver for ODBC and CLI. Untar it at a dir. [...]

Posted in Database, Tips | Also tagged , , , , , , , | 2 Comments

Running MySQL on EC2 ephemeral storage while maintaining consistency

     Note: This article is written based on Ubuntu Linux 9.10 Server (Karmic Koala), having previously set up MySQL to run on EBS based on

Posted in Cloud computing | Also tagged , , , , , , | 7 Comments