S S2S-Robert Verified User Joined Jun 24, 2003 Messages 397 Location The Netherlands Oct 11, 2003 #1 Code: Can't open file: 'members.MYI'. (errno: 145) Any clues on this one? What might have caused it (perhaps an invalid mysql command?) but more important how do I fix it!
Code: Can't open file: 'members.MYI'. (errno: 145) Any clues on this one? What might have caused it (perhaps an invalid mysql command?) but more important how do I fix it!
ProWebUK Verified User Joined Jun 9, 2003 Messages 1,957 Location UK Oct 11, 2003 #2 where are you recieveing that error? also, check that members.MYI exists in /var/lib/mysql Last edited: Oct 11, 2003
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,139 Oct 12, 2003 #3 Hello, I think I've seen this error before, and in that case, it was a permission error. Code: cd /var/lib/mysql chown -R mysql:mysql username_databasename chmod 700 username_databasename chmod 660 username_databasename/* Hope this helps. John
Hello, I think I've seen this error before, and in that case, it was a permission error. Code: cd /var/lib/mysql chown -R mysql:mysql username_databasename chmod 700 username_databasename chmod 660 username_databasename/* Hope this helps. John