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

Recommended Answers

All 2 Replies

First run:

mysqlcheck --all-databases -uroot -p

If there are errors run:

mysql -uroot -p database-name REPAIR TABLE table-with-error;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.