You have a syntax error in your SQL next to 'T FOREIGN_KEY_CHECKS = 0' on line 1 [closed]

1

I do not handle a lot of database, so my knowledge in sql is minimal. A friend gave me a db so I could edit and update the data of this (which seems simple), but when trying to import via phpMyAdmin the following error occurs and therefore I can not access the rest of the project: / p>

Static analysis:

3 errors were encountered 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

MySQL messages:

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

    
asked by anonymous 02.11.2018 / 12:02

0 answers