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
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 developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.