diff --git a/chapters/config.xml b/chapters/config.xml index 661bf7704c..e2d654f8fb 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -898,6 +898,38 @@ include_path=".;c:\www\phplib" + + + mysql.default_port + string + + + + The default TCP port number to use when connecting to + the database server if no other port is specified. If + no default is specified, the port will be obtained + from the MYSQL_TCP_PORT environment + variable, the mysql-tcp entry in + /etc/services or the compile-time + MYSQL_PORT constant, in that order. Win32 + will only use the MYSQL_PORT constant. + + + + + + + mysql.default_socket + string + + + + The default socket name to use when connecting to a local + database server if no other socket name is specified. + + + + mysql.max_persistent