Hello,
I have Error Like this when i open the table in phpmyadmin..
why this is happening with table ?
please any solution for that...
145 - Table is marked as crashed and should be repaired
Thanks
Hello,
I have Error Like this when i open the table in phpmyadmin..
why this is happening with table ?
please any solution for that...
Thanks
Jump to PostFirst run:
mysqlcheck --all-databases -uroot -p
If there are errors run:
mysql -uroot -p database-name REPAIR TABLE table-with-error;
First run:
mysqlcheck --all-databases -uroot -p
If there are errors run:
mysql -uroot -p database-name REPAIR TABLE table-with-error;
Thank you :)
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.