I need your help. I tried to upload a MySQL file and I got this error:
1 errors were found during analysis.
6 values were expected, but found 7. (near "(" at position 191)
SQL query:
--
-- Дамп данных таблицы `bb`
--
INSERT INTO `bb` (`id`, `time`, `ip`, `user`, `pass`, `guard`, `checked`)
VALUES (1, '2018-02-27 17:33:18', '31.172.204.119', 'zazacaca32', 'caca', 'dcd'),
(71, '2018-02-28 14:43:37', '95.24.40.161', '@zazacaca32', 'vk.com/zazacaca32', '47QMX', 0)
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
Could you please help?