Здравствуйте! Я импортирую базу данных из дампа, который мне дали на хостинг nic.ru. БД весит 119 мб. После долгого раздумья выходит ошибка
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<br />
<b>Fatal error</b>: Maximum execution time of 300 seconds exceeded in <b' at line 920
---------------------------------------------------------------------------
Ошибка
SQL запрос:
INSERT INTO `infernoshoutusers` (`s_user`, `s_bold`, `s_italic`, `s_underline`, `s_color`, `s_font`, `s_silenced`, `s_ignored`, `s_filters`, `s_commands`) VALUES
(2116495, '0', '0', '0', '', '', '0', '', '', ''),
(2116496, '0', '0', '0', '', '', '0', '', '', ''),
(2116497, '0', '0', '0', '', '', '0', '', '', ''),
(2116498, '0', '0', '0', '', '', '0', '', '', ''),
(2116499, '0', '0', '0', '', '', '0', '', '', ''),
(2116500, '0', '0', '0', '', '', '0', '', '', ''),
(2116501, '0', '0', '0', '', '', '0', '', '', ''),
(2116502, '0', '0', '0', '', '', '0', '', '', ''),
(2116503, '0', '0', '0', '', '', '0', '', '', ''),
(2116504, '0', '0', '0', '', '', '0', '', '', ''),
(2116505, '0', '0', '0', '', '', '0', '', '', ''),
(2116506, '0', '0', '0', '', '', '0', '', '', ''),
(2116507, '0', '0', '0', '', '', '0', '', '', ''),
(2116508, '0', '0', '0', '', '', '0', '', '', ''),
(2116509, '0', '0', '0', '', '', '0', '', '', ''),
(2116510, '0', '0', '0', '', '', '0', '', '', ''),
(2116511, '0', '0', '0[...]
Ответ MySQL: Документация
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<br />
<b>Fatal error</b>: Maximum execution time of 300 seconds exceeded in <b' at line 920
Подскажите что делать плиз ?