SQL Error 1193 when attempting to import database - mysql

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.

Hello you have this error because you are trying to import the .sql file from an other database engine.If you want to use the .sql file you need to convert the dump file from postgre (syntax-format ) to mysql (syntax-format).
For more help check here

Related

Error when importing database into SQL schema

I am getting the error below when using the import wizard when trying to create a database schema in workbench
Error image
I tried saving in different formats but the error remains.
Thank you!

Importing big sql file ends up with [ERROR_RDBMS] exit status 1

I'm trying to import a big sql file (around 10GB) in Google SQL. I have create my instance and had tried so far with MySQL 5.6 and MySQL 5.7 both getting the same issue when trying to import the database: [ERROR_RDBMS] exit status 1. I have tried the user interface method for import as well as the console one (gcloud sql import sql mydb gs://my-path/mydb.sql --database=mydb). Also tried to find more details in Log explorer, but there was no error or anything else be notices for the mysql.err log.
In the same time I manage to connect my MySQL Workbench to the instance and I could see that there where few database tables that were imported. The only import seems that crushed on importing one of the biggest tables which is around 5GB.
Can anyone suggest what might cause this error and how I can find more info about it. Thank you.
I didn't found how to see the error on google console but figure it our that I can import the database through the MySQL Workbench and there I got the full error. If any one know a way to do this on the google cloud I'll accept her/his answer.

MySQL does not import a .sql

I'm trying to import a .sql that I've downloaded. The thing is that when I click on continue, it gets in white page and does not import the database.
I've tried importing my code too in the option SQL but doesn't work either.
I get this error:
https://gyazo.com/a864ad63b66259235fb4d7493344fcd2
Here's a video I've recorded for you, so you will understand better.
https://www.youtube.com/watch?v=IZVtxzCMjm8
You need to select an existing database or need to create a database first. And then try to import.
Update
For the new error that you got, you can follow this.
phpMyAdmin Error in processing request Error code: 500 Error text: Internal Server Error
And also I suggest updating your xampp or wamp will also solve this problem.

Error when trying to import SQL dumps into MySQL Workbench

I am currently trying to import several SQL dumps into MySQL Workbench, but I am receiving the following error:
ERROR 1231 (42000) at line 10: Variable 'sql_mode' can't be set to the
value of 'POSTGRESQL'
Operation failed with exitcode 1
The files I am trying to import have been downloaded from https://data.crunchbase.com/docs/2013-snapshot
Do you have any idea what might be causing this? My goal is to convert these dumps into CSV files that I can later import to Python, so if there is another workaround for this problem that would be very helpful.

Unable to import sql file in postgresql on Ubuntu

I 'm trying to import sql file in my database on postgresql using command line but I'm getting the following error.
Please have look at this wiki resource about quoting identifiers