PDA

View Full Version : Importing vb2 database into vb3 beta


andrew67
06-19-2003, 05:39 AM
Was just wondering how to do it? I tried through phpadmin but just got


Fatal error: Maximum execution time of 60 seconds exceeded in /var/www/html/phpMyAdmin-2.2.0/lib.inc.php on line 1767


Is there a script to use in vbulletin software itself or another way of doing it?
Thanks
Andrew.

Cloudrunner
06-19-2003, 06:01 AM
Easy fix on this, go in and remove the attachments data dump from the SQL file, then break the file into about 7 different files, and then sql it in through phpmyadmin....alternatively (to avoid all this crap) login into your shell and import through shell access.

andrew67
06-19-2003, 06:05 AM
Thanks Cloudrunner, might try and do it through the shell. As I don't know how to go about breaking the SQL file up.