phpMyAdmin shows an error during importing the exported .sql file. It gives message like this SQL query:
--
-- Database: mcadatabase
--
-- Table structure for table trick
CREATE TABLE IF NOT EXISTS trick
(
id
int(5) unsigned NOT NULL,
question
varchar(20000) NOT NULL,
option1
varchar(200) NOT NULL,
option2
varchar(200) NOT NULL,
option3
varchar(200) NOT NULL,
option4Right
varchar(200) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
MySQL said: Documentation