View Single Post
HOM
The Elder™
 
Join Date: May 2004
Location: The Rostra
 
2004-07-06, 17:58

Telnet in and find the MySQL programs directory (usually /usr/local/mysql/bin )
Run this command:

Code:
mysqldump <dbname> > /forum.sql
Where <dbname> is the name of the database of vBulletin.

You should then transfer this forum.sql file onto the new server.

Find the MySQL programs directory through Telnet on the new server.

Run this command:

Code:
mysqladmin create <dbname> mysql <dbname> /forum.sql
This post was completly ripped of from this page. None of this content is mine at all and I take no responsibility for the results.

Hell I don't even know what it means. Now where are my whippets?

CARTHAGO DELENDA EST

¡Viva La Revolucion!
  quote