diff --git a/functions/msql.xml b/functions/msql.xml index 58634b9f28..7cbc50513a 100644 --- a/functions/msql.xml +++ b/functions/msql.xml @@ -8,7 +8,7 @@ instead --> - + mSQL functions mSQL @@ -33,13 +33,13 @@ Description - + intmsql stringdatabase stringquery intlink_identifier - + xs Returns a positive mSQL query identifier to the query result, or &false; on error. @@ -122,9 +122,6 @@ Description intmsql_connect - string - hostname - string server @@ -141,9 +138,10 @@ msql_connect establishes a connection to a - mSQL server. The server parameter can also - include a port number. eg. "hostname:port". It defaults - to 'localhost'. + mSQL server. The server parameter is a hostname + or IP address, and can optionally include a port number after a single + colon. eg. "192.168.0.2:4322". It defaults to 'localhost' and + port '4333' if the argument is not set. In case a second call is made to