The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moving Servers - Help? :S
Hello, I'm trying to move servers again I have problems everytime is seems I tried restoring via PHPmyAdmin but I get a timeout, I'm really looking for some help I don't quite understand SSH I do have access but then again it doesn't matter because I have no clue in how to use it. I really need some help here, If anyone could give any good tips on moving servers fast and simple. Keep in mind I have no knowledge for SQL at all. I'll give you my server specs below.
First Server (The one I'm moving from) Operating system Linux Service Status Kernel version 2.6.9-22.ELMachine Typei686 Apache version1.3.34 (Unix) PERL version5.8.7 PHP version5.0.4 MySQL version4.1.13-standardcPanel Second Server (The one I'm moving to) Operating system Linux Kernel version 2.6.9-22.0.1.ELsmp Apache version 1.3.34 (Unix) PERL version 5.8.5 PHP version 4.4.1 MySQL version 4.1.13-standard Hopefully someone can help -Dylan |
#2
|
||||
|
||||
backup database:
mysqldump --add-drop-table -u username -pPassword databasename | gzip -c > filename.sql.gz restore database: gunzip filename.sql.gz mysql -h localhost -u username -pPassword databasename < filename.sql |
#3
|
|||
|
|||
I don't know where to put this how to put this how to use it, I'm clueless about what you just said.. :S
|
#4
|
||||
|
||||
there is a great script called big dump
|
#5
|
|||
|
|||
Did you already solve this Gallio. If not PM me your IM contact details.
|
#6
|
|||
|
|||
Quote:
Have any ways to do this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|