PDA

View Full Version : How to up my forum again


tbellik
01-27-2017, 09:28 AM
Hi all..

I moved my hosting to another company.

I setup pure new vbulletin forum and then I want to upload my sql database file.
It size 480mb.

While I uploading this db file it gives an error.

https://vborg.vbsupport.ru/external/2017/01/4.png

How can I upload and again can UP my forum..

Thanks for your advance..

blind-eddie
01-27-2017, 09:53 AM
Upload the database to your site folder, contact your host and ask them to import that database into the database you created for your site.
or
You could upload the database to your tmp folder and import via phpmyadmin

Good luck!

Mattwhf
01-30-2017, 09:06 AM
Hi all..

I moved my hosting to another company.

I setup pure new vbulletin forum and then I want to upload my sql database file.
It size 480mb.

While I uploading this db file it gives an error.

How can I upload and again can UP my forum..

Thanks for your advance..

480 MB of MySQL database file?

You can restore your Mysql databases to your hosting in minutes with Mysqldump or using Bigdump

If your sql file is too large, up to some GB, you can Split it into multiple files to restore

I would recommend reading these guides

http://forumweb.hosting/11289-how-to-backup-and-restore-large-mysql-databases-by-mysqldump.html
http://forumweb.hosting/6923-how-to-use-bigdump-to-restore-large-database.html
http://forumweb.hosting/14096-split-a-large-mysql-backup-file-into-multiple-files.html

Hope that helps!