wallpaper
10.01.2005, 13:12
wegen serverwechsel & wechsel auf andere software, eben vb :)
stehe ich vor folgendem problem:
wie kann ich eine so exportierte datenbank
#!/bin/sh
in=$1
if [ "$in" = "" ];
then
exit 1
fi
out=xy.sql
tmp=xy_tmp
result=xy.sql.gz
grep -v "INSERT INTO phpbb_privmsgs VALUES" $in > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_privmsgs_text VALUES" $out > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_search_wordlist VALUES" $out > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_search_wordmatch VALUES" $out > $tmp
mv $tmp $result
am einfachsten in das aktuelle, neuinstallierte vb importieren
& auf was ist zu achten?
bin für eure hilfe sehr dankbar.
edit:
impex unterstützt erst ab v. 2.0.6 (http://www.vbulletin-germany.com/forum/showpost.php?p=82815&postcount=9)
stehe ich vor folgendem problem:
wie kann ich eine so exportierte datenbank
#!/bin/sh
in=$1
if [ "$in" = "" ];
then
exit 1
fi
out=xy.sql
tmp=xy_tmp
result=xy.sql.gz
grep -v "INSERT INTO phpbb_privmsgs VALUES" $in > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_privmsgs_text VALUES" $out > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_search_wordlist VALUES" $out > $tmp
mv $tmp $out
grep -v "INSERT INTO phpbb_search_wordmatch VALUES" $out > $tmp
mv $tmp $result
am einfachsten in das aktuelle, neuinstallierte vb importieren
& auf was ist zu achten?
bin für eure hilfe sehr dankbar.
edit:
impex unterstützt erst ab v. 2.0.6 (http://www.vbulletin-germany.com/forum/showpost.php?p=82815&postcount=9)