Wouldn’t the fact that the schema is created correctly indicate that the connection information is correct?
Also, not sure if it matters, but I do have multi-site enabled in the config file — I set that up BEFORE I ran the install for the instances
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘ewecandoit.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
And yes the line you mentioned is the last line in my config file.