MySQL Error 1017
SQLSTATE: HY000 (ER_FILE_NOT_FOUND) Can't find file: '%s' (errno: %d)
Comments
Brian Dunning, BrianDunning.com Sep 3, 2005 |
||
Try setting the permissions on your database files and their enclosing directory. chmod +rwx dirname chmod +rwx *.* |
||