Php obtains mysql information. Mysql_get_server_info defines and uses the mysql_get_server_info () function to obtain the MySQL server. This function returns MySQL server version success or FALSE failure. Mysql_get_server_info
Definition and usage
The mysql_get_server_info () function gets information about the MySQL server.
This function returns MySQL server version success or FALSE failure.
Syntax
Mysql_get_server_info (connection)
Parameter description
Connection:
Optional. Specify the MySQL connection. If this parameter is not specified, use mysql_connect () or mysql_pconnect () for the last connection.
To see the instance.
The output information is mysql information.
Http://www.bkjia.com/PHPjc/630890.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/630890.htmlTechArticlemysql_get_server_info definition and usage this mysql_get_server_info () function gets the MySQL server. This function returns MySQL server version success or FALSE failure. ...