Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
mysqldump --host=адрес_сервера -u имя_юзера --password=пароль -r путь_выходного_файла имя_базы имя_таблицы
Ошибка
SQL-запрос:
INSERT INTO ibf_forums (id, topics, posts, last_post, last_poster_id, last_poster_name, name, description, position, use_ibc, use_html, status, password, password_override, last_title, last_id, sort_key, sort_order, prune, topicfilter, show_rules, preview_posts, allow_poll, allow_pollbump, inc_postcount, skin_id, parent_id, quick_reply, redirect_url, redirect_on, redirect_hits, redirect_loc, rules_title, rules_text, topic_mm_id, notify_modq_emails, sub_can_post, permission_custom_error, permission_array, permission_showtopic, queued_topics, queued_posts, forum_allow_rating, forum_last_deletion, newest_title, newest_id, icon) VALUES('3','12','0','1252013609','412','marischka','�������','','3','1','0','1','','','��: ���� �� ������� ����.������. (�� ���� � ID: 4594)','5156','last_post','Z-A','100','all',NULL,'0','1','0','1',NULL,'1','1','','0','0','','',NULL,'','','1','','a:6:{s:11:\\"start_perms\\";s:3:\\"4,7\\";s:11:\\"reply_perms\\";s:3:\\"4,7\\";s:10:\\"read_perms\\";s:3:\\"4,7\\";s:1[...]
Ответ MySQL:
#1054 - Unknown column 'icon' in 'field list'
SQL-запрос:
INSERT INTO ibf_forums( id, topics, posts, last_post, last_poster_id, last_poster_name, name, description, position, use_ibc, use_html,
STATUS ,
PASSWORD , password_override, last_title, last_id, sort_key, sort_order, prune, topicfilter, show_rules, preview_posts, allow_poll, allow_pollbump, inc_postcount, skin_id, parent_id, quick_reply, redirect_url, redirect_on, redirect_hits, redirect_loc, rules_title, rules_text, topic_mm_id, notify_modq_emails, sub_can_post, permission_custom_error, permission_array, permission_showtopic, queued_topics, queued_posts, forum_allow_rating, forum_last_deletion, newest_title, newest_id, icon )
VALUES (
'1', '0', '0', '0', '0', '', 'Админка', '', '1', '0', '0', '0', '', '', '', '0', '', '', '0', '', '0', '0', '0', '0', '0', NULL , '-1', '0', '', '0', '0', '', '', '', '', '', '0', '', 'a:6:{s:11:\\"start_perms\\";s:0:\\"\\";s:11:\\"reply_perms\\";s:0:\\"\\";s:10:\\"read_perms\\";s:0:\\"\\";s:12:\\"upload_perms\\";s:0:\\"\\";s:10:\\"show_perms\\";s:3:\\"4,7\\";s:14:\\"download_perms\\";s:0:\\"\\";}', '1', '0', '0', '0', '1', '', '0', ''
)
Ответ MySQL:
#1062 - Duplicate entry '1' for key 1
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in Z:\home\localhost\www\Tools\phpmyadmin\libraries\common.lib.php on line 685
SQL-запрос:
SELECT *
FROM WHERE LIKE '1'
Ответ 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 'WHERE LIKE '1'' at line 1