MySQL, copying tables files gives rise to “ERROR 1017 (HY000): Can't find file:” even though its there there

前端 未结 7 2213
时光说笑
时光说笑 2020-12-14 04:41

I want to copy the database tables from my production server to a local test machine so I can perform test om (copies of) the real data.

I stopped mysql and deleted

相关标签:
7条回答
  • 2020-12-14 05:08

    Try following things:

    • repair whole database
    • change permission to mysql:mysql
    • restart mysql service

    One of these will work.

    0 讨论(0)
提交回复
热议问题