I have a website build using Q2A engine
Since I have about 600 active users there, I'm trying to create a copy of it on a second server for test purposes only.
I've copied all the files and exported the website (about 28MB raw SQL / 8MB .gz file), but when I'm trying to import it on a new server I get the error:
SELECT USER(
);
MySQL returned error:
#2006 - MySQL server has gone away
What could go wrong?
I've tried several methods: importing raw sql file, gz file, importing on clean database, import on top of installed fresh copy of q2a etc... always the same error.