You have a syntax error in your SQL next to’T FOREGN_KEY_CHECKS=0' in line 1

Asked

Viewed 302 times

1

I don’t know much about databases, so my knowledge of sql is minimal. A friend passed me a db so that I could edit and update the data of this (something that seems simple to me), but when trying to import via phpMyAdmin the following error occurs and, with this, I can not access the rest of the project:

Static analysis:

3 errors were found during analysis.

1) Unexpected Beginning of statement. (near "T" at position 0)

2) Unexpected Beginning of statement. (near "FOREIGN_KEY_CHECKS"

3) Unexpected Beginning of statement. (near "0" at position 21)

SQL command:

T FOREIGN_KEY_CHECKS=0

Messages from Mysql:

1064 - You have a syntax error in your SQL next to’T FOREIGN_KEY_CHECKS=0' on line 1

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.