Posted: Wed Apr 09, 2008 11:34 pm
I had to move between servers today and figured out on my own prior to reading FAQ and look up on this forum.... should've RTFM prior to save me some slight headaches. 
My old install path
New install path
I used MySQL administrator for DB dump and used perl to replace all instances.
Had to do same for static image linking too since URL changed as well.
My old install path
Code: Select all
/home/httpd/html/blog/Code: Select all
/home/terii/www-vhosts/domain2.net/blogCode: Select all
perl -pi -e 's/\/home\/httpd\/html\/blog\//\/home\/terii\/www-vhosts\/domain2.net\/blog\//g' mysql_dump_blog.sql