hello , when i backup my SQL then it doesnot properly save ...all tables structure are okay but data is not okay the error is like below :
/*!40000 ALTER TABLE `ibwf_users` ENABLE KEYS */;
UNLOCK TABLES;
how can i solve this ?
/*!40000 ALTER TABLE `ibwf_users` ENABLE KEYS */;
UNLOCK TABLES;
how can i solve this ?
Comment