Tuesday, June 06, 2006

GNU and Open Source

Developing Software with GNU

Contribute to open source project HOWTO

PHP5 v.s MySQL

PHP5 (by default) does not support MySQL. In order to fix this, install the php-mysql package with the command.

% yum -y install php-mysql