MyBB Community Forums

Full Version: SQL Error when uploading my database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error when trying to upload My Forum's db in phpMyAdmin. Any ideas why? I tried re-uploading. But I can't get this to work.

http://speedcap.net/sharing/files/09/cb/...a49468.png
Wild guess: whatever you're uploading is compressed in a way phpmyadmin doesn't expect it to be?
It's compressed in gzip. And phpMyAdmin does support it.
Usually yes, but your screen doesn't look like its uncompressing it. Or maybe it's gzip inside gzip.

Can you uncompress it locally and have a look with a text editor if there are actually SQL statements (CREATE TABLE, INSERT INTO or REPLACE INTO, ...) inside?
I will have a look into it. The tables are still there.