[rt-users] Migration to new host
Chaim Rieger
chaim.rieger at gmail.com
Wed Nov 8 11:29:48 EST 2006
Its Azfar wrote:
> How could I transfer my existing RT database to a new
> RT host.
>
>
>
>
> ____________________________________________________________________________________
>
mysqldump -u mysql_user -p mysql_password rt_db >> rt.sql
on the original box
mv the file (rt.sql) to the new box
and on the new box
mysql -u mysql_user -h mysql_host -p mysql_passwd
create database rt;
exit
mysql -u mysql_user -h mysql_host -p mysql_passwd rt < rt_sql
setup apache
congratulate yourself by buying a cup of coffee.
--
eats the blues for breakfast,
does unix for rent,
plays harp for food,
will play the flute for kicks
rides for the freedom
www.up-south.com
More information about the rt-users
mailing list