mysql_info Get information about the most recent query Description stringmysql_info resource link_identifier mysql_info returns detailed information about the last query using the given link_identifier. If link_identifier isn't specified, the last opened link is assumed. mysql_info returns a string for all statements listed below. For everything else, it returns &false;. The string format depends on the given statement. Relevant MySQL Statements The numbers are only for illustrating purpose; their values will correspond to the query. mysql_info returns a non-&false; value for the INSERT ... VALUES statement only if multiple value lists are specified in the statement. See also: mysql_affected_rows