diff --git a/functions/msql.xml b/functions/msql.xml index 47bc0f2662..879b660c17 100644 --- a/functions/msql.xml +++ b/functions/msql.xml @@ -1,5 +1,5 @@ - + mSQL functions mSQL @@ -148,7 +148,7 @@ msql_connect establishes a connection to a - mSQL server. The server parameter can also + mSQL server. The server parameter can also include a port number. eg. "hostname:port". It defaults to 'localhost'. diff --git a/functions/mysql.xml b/functions/mysql.xml index 1012d6be27..87bcbba6b0 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -265,7 +265,7 @@ password = empty password. - The server parameter can also include a port + The server parameter can also include a port number. eg. "hostname:port" or a path to a socket eg. ":/path/to/socket" for the localhost. @@ -1706,7 +1706,7 @@ echo "$num_rows Rows\n"; password = empty password. - The server parameter can also include a port + The server parameter can also include a port number. eg. "hostname:port" or a path to a socket eg. ":/path/to/socket" for the localhost.