Ive exported multiple schemas using Mysql Workbench, into a single 2gb sql file. Now, I want to import it.
Problem is, that in the examples i saw so far, the command is per schema:
mysql -h hostname -u user database < path/to/test.sql
My file contains many tables from multiple schemas.
How can this be run? It's too large to paste into Mysql Workbench, or run it from the program.