Interested in improving this site? Please check the To Do page.
mysql.getServerInfo
Get MySQL server version in string form
Syntax
mysql.getServerInfo(dbid)
Params
A database connection id
Returns
A string containing information about the server version in human-recognizable form
Examples
dialog.alert("Server info: " + mysql.getServerInfo(id))
ยป Server info: 5.0.37-community-nt
Notes
None