Mysql_connect (): Connect to Database
mysql_select_db (): Select Table
mysql_query (): Execute SQL statement
Mysql_fetch_row (): Gets a row from the result set as an enumeration array
MYSQL_FETCH_ASSOC (): Gets a row from the result set as an associative array
Mysql_fetch_array (): Gets a row from the result set as an associative array, or as a numeric array, or both
Mysql_fetch_lengths (): Gets the length of each output in the result set
Mysql_field_name (): Gets the field name of the specified field in the result
Mysql_num_rows (): Gets the number of rows in the result set
Mysql_num_fields (): Gets the number of fields in the result set
Mysql_get_client_info (): Get MySQL Client Information
Mysql_get_host_info (): Get MySQL host information
Mysql_get_proto_info (): Get MySQL protocol information
Mysql_get_server_info (): Get MySQL Server information
Mysql_free_result (): Releasing the result set resource
Mysql_close (): Turn off MySQL connection
Other common functions of MySQL