How can I move my site to a new server?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

How can I move my site to a new server?

Post by duplay »

I would like to move my site from a MAC server with MYSQL and PHPmyADMIN to my PC server (that doesnt have MYSQL or PHPmyAdmin). Can I just move the site folder and reroute the database path back to my old Mac server? Does the new server have to have php on it?  if so, How? (in detail please!)


Thanks,


MJD
Last edited by duplay on Sat Aug 19, 2006 12:22 am, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: How can I move my site to a new server?

Post by Elijah Lofgren »

I would use XAMPP or WAMP5 to install PHP and Apache (along with MySQL) on your PC:
http://www.apachefriends.org/en/xampp.html
http://www.wampserver.com/en/

You should be able to use the MySQL server on your MAC by setting $config['db_hostname'] = 'localhost';
to the ip address or hostname of your MAC.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Re: How can I move my site to a new server?

Post by duplay »

does the xamp allow you to not install mysql or not have it running? I have a server that runs a program that can have mysql on the same box- so can i install the package without running the sql?

thanks
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: How can I move my site to a new server?

Post by Elijah Lofgren »

duplay wrote: does the xamp allow you to not install mysql or not have it running? I have a server that runs a program that can have mysql on the same box- so can i install the package without running the sql?

thanks
Yes. You are able to just start Apache and leave MySQL not running.
There is a GUI way and a bat file way. More info here: http://www.apachefriends.org/en/xampp-windows.html
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Post Reply

Return to “Layout and Design (CSS & HTML)”