ZenCart doesn't see my old database.

1.) I created a new database named pha1017510012483

2.) I clicked "Manage Database"

3.) Clicked "Execute SQL" then "Run SQL from file"

4.) Clicked "From uploaded file" and chose the backed up database file, "pha1017510012483.sql" from my desktop

5.) Clicked "Execute"

6.) Screen reads:

EXECUTE SQL

Output from uploaded SQL commands ..

No output generated
110 tables were created. 72 records were inserted.


7.) This is the code where ZenCart looks for the database:

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', '1234');
define('DB_SERVER_PASSWORD', '1234567');
define('DB_DATABASE', 'pha1017510012483');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage


Since I logged in and created the database as 1234/1234567, I assume that's the right user/password for the code.