Created
November 18, 2009 18:54
-
-
Save nanobeep/238140 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configure Command => './configure' '--prefix=/opt/php5/5.3.0' '--with-apxs2=/opt/httpd2/2.2.14/bin/apxs' '--with-mysql=/opt/mysql-5/5.0.87/' | |
mysql | |
MySQL Support => enabled | |
MYSQL_MODULE_TYPE => external | |
MYSQL_SOCKET => /tmp/mysql.sock | |
MYSQL_INCLUDE => -I/opt/mysql-5/5.0.87//include/mysql | |
MYSQL_LIBS => -L/opt/mysql-5/5.0.87//lib/mysql -lmysqlclient | |
mysql.allow_local_infile => On => On | |
mysql.allow_persistent => On => On | |
mysql.connect_timeout => 60 => 60 | |
mysql.default_host => no value => no value | |
mysql.default_password => no value => no value | |
mysql.default_port => no value => no value | |
mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock | |
mysql.default_user => no value => no value | |
mysql.max_links => Unlimited => Unlimited | |
mysql.max_persistent => Unlimited => Unlimited | |
mysql.trace_mode => Off => Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment