Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to transfer a site and datta base to another server?


yos40

Recommended Posts

Posted

Hello i need to install my site on a new server with a new domain name and i was wondering how can i transfer it with the data base and everthing?

i'm using go daddys hosting with PHPmyadmin

Posted

it's should be pretty easy.

 

download your entire /catalog/ directory and upload it to the new server

download your database

create a new database on the new server and give it a user

import your existing database

update your /includes/configure.php and /admin/includes/configure.php and upload it to the new server

update any permissions that need to be done

update the appropriate values in your admin configuration to the new domain

 

ps there's countless threads about this should be pretty easy to find in search

Posted
it's should be pretty easy.

 

download your entire /catalog/ directory and upload it to the new server

download your database

create a new database on the new server and give it a user

import your existing database

update your /includes/configure.php and /admin/includes/configure.php and upload it to the new server

update any permissions that need to be done

update the appropriate values in your admin configuration to the new domain

 

ps there's countless threads about this should be pretty easy to find in search

 

Thanks for the help

Yea i know i read them all but i'm getting stuck on a spefic part

when i do the import to the data base i'm getting an error the it can't crate the database (with the old name) to the new data base

Posted

did you make a database with nothing in it to start with? Then log into the database via phpmyadmin, select import, and select the backed up database and it will upload and make the tables (this can take a while)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...