Results 1 to 2 of 2
I'm moving our development site from a FC9 server over to a newly put together RHEL 5 server. I've copied over the public_html folder using ftp and the svn using ...
- 06-23-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Server Migration
I'm moving our development site from a FC9 server over to a newly put together RHEL 5 server. I've copied over the public_html folder using ftp and the svn using svndump and scp. Then I used mysqldump -u root -p --all-databases > backup.sql and rysnc to copy it over to the new server. Next I import the backup.sql using MySQL Administrator. It seems to import all users, However when I try to visit my site nothing shows up?
Sorry for not having more information but this is my first time at doing this. What key steps am I missing in migrating the site?
Thanks for any tips and/or advise in the right direction!
- 06-24-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Found my problems. Forgot to run mysql_upgrade after transferring my database over.


Reply With Quote