I have a situation in which I have taken a backup(sql scripyts containing the insert queries) of a table in one of the environment, and I want that backup to be restored in a different schema in in MYSQLClient Version 5.1.11. The problem is that the file is too big(200MB).
The backup file contains the "use schema_name" query, so if i try to restore that, It will be restored in the schema_name mentioned in that script.
Neither I can edit that file, since it is too big, that after edit it is not saved.
Note: the schema above means the DATABASE.
Please suggest me an approach.
Thanks.