Returns MySQLadmin status info. Syntax: function GetServerStat: String; Description: Returns a character string containing information similar to that provided by the MySQLadmin status command. This string includes uptime in seconds and the numbers of: ▪Running threads; ▪Questions; ▪Reloads; ▪Open tables. See also: GetProtoInfo, GetServerInfo, GetClientInfo methods, ServerVersion property. |