Mysql table size on the HDD

让人想犯罪 __ 提交于 2019-12-11 01:09:18

问题


I have a around 80 csv files, each contains 4million rows, I want to make calculation regarding the disk size. How can I make this? I have an Idea, to upload one file and check the table size, but I don't know where can I find the table on the HDD. I'm using win7 64bit just for testing


回答1:


Locate mySQL's data directory.

By default, it should be a subdirectory of wherever you installed mySQL to and named /data.

If you use myISAM tables (they're the default), you can do a global search for {tablename}.FRM.




回答2:


Get HeidiSQL, it can show table size in database list view....



来源:https://stackoverflow.com/questions/5893501/mysql-table-size-on-the-hdd

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!