Hello. I'm having a problem with restoring a mysql database for wordpress when moved to a new host. When I try to execute the following command
[code=mysql]
DELIMITER ;;
DELIMITER ;
/*!40103 SET TIME_ZONE=@OLD_ TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_S QL_MODE */;
/*!40014 SET FOREIGN_KEY_CHE CKS=@OLD_FOREIG N_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@ OLD_UNIQUE_CHEC KS */;
/*!40101 SET...