ダウンタイムなしで myisam エンジンの mysql の ibdata1 ファイルを削除できますか?
実際には、そのサイズは 200 GB を超えています。
ライブmysqlサーバーに影響しますか。
1 に答える
0
You cannot delete ibdata on a running database.
If you want minimal downtime though, you should check : http://erikimh.com/how-to-shrink-an-ibdata1-file-with-minimal-mysql-downtime/
于 2013-04-23T13:41:33.063 に答える