So I've downloaded a huge database from the internet and I'm trying to import it using mysql -t < data_dump.sql
After running this, I get the following output:
ERROR 1193 (HY000) at line 5: Unknown system variable 'statement_timeout'
I tried doing this with another SQL file previously, and it worked just fine. Sorry if this is a really easy problem to fix, I'm not very experienced with SQL.