The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
It's bad that I don't have SSH access to my hosting so I guess I'll have to restore my board using phpmyadmin.
my backup file is .gz and 18MB, now using phpmyadmin from my hosting CPanel I can hardly run that file, because it's too big to upload via http. Someone knows any better solutions ? Thanks in advance. |
#2
|
|||
|
|||
![]()
Use a cron job. Make sure you use full paths to files.
|
#3
|
||||
|
||||
![]()
can you point it to me clearer ?
AFAIK the cron job hacks here need SSH access. |
#4
|
||||
|
||||
![]()
you can indeed set cron job in Cpanel.
|
#5
|
||||
|
||||
![]()
thanks, I figured that way but how darn my backup was corrupted, I wasn't backupped properly >_<
|
#6
|
||||
|
||||
![]()
re-download the gunzip file and re-ftp to the server.
I've never tried to restore database using cron job, but you can try this one. Code:
5 * * * * /usr/local/mysql/bin mysql -u ACCOUNT -p PASSWORD vb_dbname < /home/ACCOUNT/public_html/file.sql |
#7
|
|||
|
|||
![]()
Never ever back up using a PHP method, including phpMyAdmin. Absolutely always do something entirely server-side, then transfer the backup to another machine.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|