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 CHARACTER_SET_C LIENT=@OLD_CHAR ACTER_SET_CLIEN T */;
/*!40101 SET CHARACTER_SET_R ESULTS=@OLD_CHA RACTER_SET_RESU LTS */;
/*!40101 SET COLLATION_CONNE CTION=@OLD_COLL ATION_CONNECTIO N */;
/*!40111 SET SQL_NOTES=@OLD_ SQL_NOTES */;
[/code]
i get the following error message
I would really apreciate if someone would help me, as I'm not an expert in mysql...
Thank you
Tilen
[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 CHARACTER_SET_C LIENT=@OLD_CHAR ACTER_SET_CLIEN T */;
/*!40101 SET CHARACTER_SET_R ESULTS=@OLD_CHA RACTER_SET_RESU LTS */;
/*!40101 SET COLLATION_CONNE CTION=@OLD_COLL ATION_CONNECTIO N */;
/*!40111 SET SQL_NOTES=@OLD_ SQL_NOTES */;
[/code]
i get the following error message
Code:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
Thank you
Tilen
Comment