Cannot import the below dump file created by mysqldump.exe in command line of windows
/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET
If you need to import database, this is the import command required on Windows:
mysql --user=root --password=root --default_character_set utf8 database2 < database1.backup.sql