Hi list,

I am dealing with my first MySQL server/db, and I ran into some trouble.

The server where the db was located got hacked and I had to reinstall the
whole thing. The old HD is preserved as was and the server got a new HD. I
moved the old db to the new disk and when I try to access it, I get the
following error:

mysql> use thedb;
Can't read dir of './thedb/' (Errcode: 13)
Database changed
mysql> show tables;
ERROR 12: Can't read dir of './thedb/' (Errcode: 13)
mysql>

(RedHat 6.2, MySQL 2.23.37)

How can I recover or fix it?

Thanks in advance for any help.

K. Aleksic


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to