I have a huge (~ 500 MB) SQL file that I need to run in my database. This is a data dump from the production database that I need to contribute to my development database. Normally, if it were smaller, I would insert it into the SQL tab and run it, but that would surely blow my browser.
If I import this SQL file into the development database, is it like running an SQL file? Or is the import function specifically configured to import an entire database?
source
share