Interested in improving this site? Please check the To Do page.

Back to MySQL Verbs

mysql.getHostInfo

Get information on connection to MySQL host

Syntax

mysql.getHostInfo(dbid)

Params

A database connection id

Returns

A string containing information about the host in human-recognizable form

Examples

dialog.alert("Host info: " + mysql.getHostInfo(id))
	 ยป Host info: localhost via TCP/IP

Notes

None

See Also


Personal Tools