How to get size of mysql database?(如何获取mysql数据库的大小?)
问题描述
如何获取mysql数据库的大小?
假设目标数据库名为v3".
How to get size of a mysql database?
Suppose the target database is called "v3".
推荐答案
运行这个查询,你可能会得到你想要的:
Run this query and you'll probably get what you're looking for:
这个查询来自mysql论坛,那里有更多提供全面的说明.
This query comes from the mysql forums, where there are more comprehensive instructions available.
这篇关于如何获取mysql数据库的大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!