我成功地遵循了这个线程( https://dba.stackexchange.com/questions/8982/what-is-the-best-way-to-reduce-the-size-of-ibdata-in-mysql )中的指令,但2个月后,ibdata1继续增长。我试过优化表,但它没有收回丢失的存储空间。如何缩小ibdata1文件大小?有办法安全删除吗?
发布于 2015-11-09 08:01:57
当您想要从
ibdata1中回收空间时,实际上必须删除该文件:
mysql performance_schema 和performance_schema数据库以外的ibdata1和ib_log文件https://stackoverflow.com/questions/33604647
复制相似问题