PDA

View Full Version : Database HELP.


daydie
06-01-2008, 08:09 PM
(Max: 2,048KiB)

And mine is 36KB....

Says file to big to import, So i can backup from my old database.

How can i get around this.

please help

SEOvB
06-01-2008, 10:25 PM
contact your hosting company

Marco van Herwaarden
06-02-2008, 06:53 AM
The only reliable method of backing up and restoring a database is with shell access via telnet or ssh. This is because backing up with a PHP script like that in the Admin CP or phpMyAdmin can result in PHP timeouts errors and an incomplete backup file. Please see the instructions here:

Backup:
http://www.vbulletin.com/docs/html/maintenance_ssh_backup

Restore:
http://www.vbulletin.com/docs/html/maintenance_ssh_restore

P.S. If you don't have shell access, some people have also reported success with these scripts:

MySQLDumper:
http://www.mysqldumper.de/en/index.php

MySQLHotxcopy:
http://www.vbulletin.com/forum/showthread.php?t=134821&highlight=mysqlhotcopy

Bigdump:
http://www.ozerov.de/bigdump.php

WEBDosser
06-02-2008, 07:22 AM
i would do it manually (copy&paste) selecting a part at a time of the backup .sql

snakes1100
06-02-2008, 01:17 PM
You can upload your backup to the server via ftp and then make a request your host to import it for you, if they refuse or wont help i suggest changing hosts.

or

Use bigdump to import the backup for you, edit the php file and lower this limit if it fails, empty the db via phpmyadmin and try again after you lower this setting:
$linespersession = 3000