The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problems importing my old database to the new host
My exported my database file (.sql) which is 14MB. However, my new host database only allows to import file no bigger than 8MB. I contacted the host supporter and they told me to split my database file to import it. Please, show me how to split my .sql file into 2 parts so that i can import it to my new host please, thanks
|
#2
|
|||
|
|||
try uploading it to your FTP space, and then tell your hosting company where its at and see if they can restore it for you.
If you have SSH access you should be able to restore it yourself also |
#3
|
|||
|
|||
If you have shell access, upload it and mysql it in.
If you only have ftp, you can do it with a cron job. Code:
mysql -u DB_USER_NAME -pDB_PASSWORD DB_NAME < /home/ACCOUNT_NAME/BACKUP_FILE_NAME.sql |
#4
|
|||
|
|||
please show me more information about using SSH access or cron job, thanks
|
#5
|
|||
|
|||
How to Backup MySql Databases. Hope that helps.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|