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

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to