Resolve mysql ERROR 1017:Can't find file: 'and xxx. frm' error

  • 2020-05-10 23:03:05
  • OfStack

The reason for this problem is not that the file '/ xxx.frm 'is missing, but that the permissions of these files (which should be mysql) have somehow become root.

Solution: cd to xxx.frm file directory, execute 1 command: chown mysql.mysql * all file permissions to change it!

Related articles: