vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Moving Servers - Help? :S (https://vborg.vbsupport.ru/showthread.php?t=108436)

Gallio 02-20-2006 03:11 AM

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

dan35 02-20-2006 03:24 AM

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

Gallio 02-20-2006 03:34 AM

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

hbalagh1 02-20-2006 04:52 AM

there is a great script called big dump :)

Marco van Herwaarden 02-21-2006 02:44 PM

Did you already solve this Gallio. If not PM me your IM contact details.

FARMER 03-04-2006 08:03 AM

Quote:

Originally Posted by hbalagh1
there is a great script called big dump :)

But I can't use Bigdump (Error: charset... latin1....)

Have any ways to do this?


All times are GMT. The time now is 03:38 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01020 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete