I am atttempting to migrate an existing store to another hosting platform. The server its currently on is a Windows server and we are moving to a Unix platform.
The store is currently moved onto the new server but we have having some trouble locating a database that the store script is referring to as shown below:
// define our database connection
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'zebra_osc1');
define('DB_SERVER_PASSWORD', 'ZLG_HTw4bL');
define('DB_DATABASE', 'zebra_osc1');
Verio says there is no such database and I've looked in their control panel and see no SQL database is set up there, so I believe they dont see it but I know it must exist somewhere as the store is using it.
Im hoping a shopsite administrator can help us with instructions on how to get a .tar of that database so we can continue on with the migration.
Store Version - ShopSite® Pro 7.1.4.1
Thanks much,
A