Hallo,
gibt es eine Möglichkeit ein Backup mit Hilfe eines Direktlinks in PHPmyAdmin zu machen? So müsste ich mich nicht immer durch das PHPMyAdmin-Menü wurschteln und alle Einstellungen machen, sondern habe das Bkp mit einem Klick. Ich habs mal so probiert:
Code:
http://www.space4free.net/phpmyadmin/export.php?db=freehost_x&token=a38c1265b0d1d3f3138f1ad4a62c4297&export_type=database& table_select%5B%5D=config&table_select%5B%5D=counter&table_select%5B%5D=downloads&table_select%5B%5D=galery&table_select%5B%5D=gb& table_select%5B%5D=log&table_select%5B%5D=news&table_select%5B%5D=phpbb_auth_access&table_select%5B%5D=phpbb_banlist& table_select%5B%5D=phpbb_categories&table_select%5B%5D=phpbb_config&table_select%5B%5D=phpbb_confirm&table_select%5B%5D=phpbb_disallow& table_select%5B%5D=phpbb_forums&table_select%5B%5D=phpbb_forum_prune&table_select%5B%5D=phpbb_groups&table_select%5B%5D=phpbb_posts& table_select%5B%5D=phpbb_posts_text&table_select%5B%5D=phpbb_privmsgs&table_select%5B%5D=phpbb_privmsgs_text&table_select%5B%5D=phpbb_ranks& table_select%5B%5D=phpbb_search_results&table_select%5B%5D=phpbb_search_wordlist&table_select%5B%5D=phpbb_search_wordmatch& table_select%5B%5D=phpbb_sessions&table_select%5B%5D=phpbb_sessions_keys&table_select%5B%5D=phpbb_smilies&table_select%5B%5D=phpbb_themes& table_select%5B%5D=phpbb_themes_name&table_select%5B%5D=phpbb_topics&table_select%5B%5D=phpbb_topics_watch&table_select%5B%5D=phpbb_users& table_select%5B%5D=phpbb_user_group&table_select%5B%5D=phpbb_vote_desc&table_select%5B%5D=phpbb_vote_results&table_select%5B%5D=phpbb_vote_voters& table_select%5B%5D=phpbb_words&table_select%5B%5D=smilies&table_select%5B%5D=user&table_select%5B%5D=useronline&table_select%5B%5D=vote_ans& table_select%5B%5D=vote_que&what=sql&header_comment=&sql_compat=NONE&sql_structure=structure&drop=1&sql_auto_increment=1&use_backquotes=1& sql_data=data&max_query_size=50000&hexforbinary=yes&sql_type=insert&latex_caption=yes&latex_structure=structure& latex_structure_caption=Struktur+der+Tabelle+__TABLE__&latex_structure_continued_caption=Struktur+der+Tabelle+__TABLE__+%28Fortsetzung%29& latex_structure_label=tab%3A__TABLE__-structure&latex_data=data&latex_showcolumns=yes&latex_data_caption=Inhalt+der+Tabelle+__TABLE__& latex_data_continued_caption=Inhalt+der+Tabelle+__TABLE__+%28Fortsetzung%29&latex_data_label=tab%3A__TABLE__-data& latex_replace_null=%5Ctextit%7BNULL%7D&csv_data=csv_data&export_separator=%3B&enclosed=%22&escaped=%5C&add_character=%5Cr%5Cn& csv_replace_null=NULL&excel_data=excel_data&excel_replace_null=NULL&excel_edition=win&htmlexcel_data=htmlexcel_data&htmlexcel_replace_null=NULL& htmlword_structure=structure&htmlword_data=data&htmlword_replace_null=NULL&pdf_data=pdf_data&pdf_report_title=&xml_data=xml_data&asfile=sendit& filename_template=__DB___%25d%25m%25Y&remember_template=on&compression=none
Es hat so auch schon funktioniert, was jetzt nicht mehr der Fall ist (Missing Parameters!). Vielleicht liegt es da dran, dass eine neue Version von PHPmA installiert wurde. In dem Fall möchte ich aber nicht immer den Link ändern, das wäre ja nicht der Sinn der Sache.