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

Back to MySQL Verbs

mysql.getClientInfo

Get MySQL client version in string form

Syntax

mysql.getClientInfo()

Params

None

Returns

A string containing the version of the MySQL client in human-recognizable form

Examples

dialog.alert("Client info: " + mysql.getClientInfo())
	 ยป Client info: 5.0.37

Notes

none

See Also

  • mysql_get_client_info API

Navigation
Personal Tools