don't want to import db sql

Website URL

ahmadtaylor.rf.gd

Error Message

Static analysis:

1 errors were found during analysis.

  1. Missing expression. (near “ON” at position 25)

SQL query: Edit Edit

SET FOREIGN_KEY_CHECKS = ON;

MySQL said: Documentation

#2006 - MySQL server has gone away

Other Information

When I uploaded the table in the import menu an error appeared.
my sql file size is 23MB.

Please split SQL into smaller files then try the import again

3 Likes

Hi ridho008,

If your SQL is exported from either phpMyAdmin or MySQL Workbench, you might want to partially copy and paste the content into this hosting’s phpMyAdmin and import it that way, because some statements are meant for the application itself rather than actually passing through to MySQL, and in case your application type or verison does not match, you’ll face SQL errors.

Alternatively, you can try catching the MySQL server back with…

Jokes aside, you can simply import it by part.

Cheers!

7 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.