When I try to dump the entired database like this:
mysqldump -e --add-locks -u EIB -p learnloop > learnloop.sql
I got this:
mysqldump: Got error: 1030: Got error 127 from table handler when retrieving data from server
If I dump another database it´s OK. And if I dump just a table (anyone) from the database learnloop its OK.
Any clue?
mysqldump -e --add-locks -u EIB -p learnloop > learnloop.sql
I got this:
mysqldump: Got error: 1030: Got error 127 from table handler when retrieving data from server
If I dump another database it´s OK. And if I dump just a table (anyone) from the database learnloop its OK.
Any clue?