Login to MySQL and run;
use db_name;
repair table table_name;
alternatively, repair table db_name.table_name;
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
Login to MySQL and run;
use db_name;
repair table table_name;
alternatively, repair table db_name.table_name;
No comments:
Post a Comment
Note: only a member of this blog may post a comment.