I've been trying to figure out how I messed up or what I did wrong to bring it to this point. I keep getting this error when adding items to my cart -
1146 Table 'g6d1123408030021.zen_products_with_attributes_stock' doesn't exist
in:
[select stock_id from zen_products_with_attributes_stock where products_id = '17']

I've checked both my configure.php and they are the same

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', 'g6d1123408030021.db.8258795.hostedresource.com');
define('DB_SERVER_USERNAME', 'g6d1123408030021');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'g6d1123408030021');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

I've noted elsewhere that i should be changing my Database_tables.php to fix the solution, I'm just unsure what line item I need to change to direct it to the correct checkout database...

My website is my screen name .com