I am busy with restoring my database to a new server, i use the command what it says on the movingservers.html page:
from the root, type mysql -uUSERNAME -pPASSWORD newdbname < /path/to/dump.sql
when i type that in telnet i receive this error:
"ERROR 1030 at line 55178: got error 122 from table handler"
When i try 2 check my database thru phpadmin, to c what he did then i c the tables till the attachment, so it went wrong in the attachment table.
Does anyone have a solution?
from the root, type mysql -uUSERNAME -pPASSWORD newdbname < /path/to/dump.sql
when i type that in telnet i receive this error:
"ERROR 1030 at line 55178: got error 122 from table handler"
When i try 2 check my database thru phpadmin, to c what he did then i c the tables till the attachment, so it went wrong in the attachment table.

Does anyone have a solution?
Comment