To change the database for your store, just edit the config/config.php file. On lines 14-17 you will see the database settings. You should enter your new database name between the single quotes on line 17, such as:
$GLOBALS['ISC_CFG']["dbDatabase"] = 'NEW_DATABASE_NAME';
You may also need to update the table prefix on line 18 if you've changed that.

The article has been updated successfully.