Global status of the single schema in mysql -


i need take global status of single schema in mysql.

show global status; 

using above query can entire db status. how can particular schema similar data.

show global status; 

is command getting status of server, not schema.

show status provides server status information.

check here more


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -