I am trying to import my drupal database to my phpMyadmin and everytime is appearing the following error:

Error

SQL query:

/*!40000 ALTER TABLE `accesslog` DISABLE KEYS */;

MySQL said: Documentation
#2006 - MySQL server has gone away

Where am I missing?

Comments

bander2’s picture

Drupal databases can be really big and even if the size is under the max allowed by phpmyadmin, they can still cause time out's. I think that's a likely cause.

Depending on your host, you may be able to connect via the command line or MySQL Workbench. These don't use PHP so they are much faster.

I think you should contact your host to see how they want you to proceed.

- Brendan

sermatkhan’s picture

I get the same problem :(