MySQL表中的TableName.MYD.filepart文件是什么(myisam引擎)
我在 MySQL 数据库( myisam 引擎)中有一个 TableName.MYD.filepart
Anyone can figure out what's that file for? Appreciate!
I got a TableName.MYD.filepart in MySQL Database ( myisam engine)
Anyone can figure out what's that file for? Appreciate!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用SCP传输表文件了吗?可能意味着您的传输在复制时被中断,并且该文件是传输完成之前创建的临时文件。
(也许应该在 ServerFault 上?)
Did you transfer the table files with SCP ? Could mean your transfer was interrupted while copying and this file is the temporary file created before the transfer completed.
(Maybe should be on ServerFault ?)