Hi!
After run this command line:
The log to "datalog" table is:
After this command the table "datalog" is marked as crashed and last repair failed.
Then trying to run this SQL
The error is:
This command doesn't work too the error is equal.
I'm using mysql 5.5.53
The engine for this table is MyISAM.
Do you have any idea how to fix this table now?
Best regards.
After run this command line:
Code:
mysqlcheck --auto-repair -Aos -u root -p'password'
The log to "datalog" table is:
Code:
databaseName.datalog
error : Can't create new tempfile: './databaseName/datalog.TMD'
After this command the table "datalog" is marked as crashed and last repair failed.
Then trying to run this SQL
Code:
REPAIR TABLE `datalog`
The error is:
Code:
error : Can't create new tempfile: './databaseName/datalog.TMD'
This command doesn't work too the error is equal.
Code:
myisamchk -r /var/lib/mysql/databaseName/datalog.MYI
I'm using mysql 5.5.53
The engine for this table is MyISAM.
Do you have any idea how to fix this table now?
Best regards.