Well I am looking at my database and something does not look right?
This is for my store and looks like photopost is in there and I do not have that attached to my store for Zc2
Users in zc2
xxxxxx_photost (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:xxxxxx_zc2:localhost",
"xxxxxx_photost","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "xxxxxx_photost",
"<PASSWORD HERE>") or die('Cannot connect to the database because: ' . mysql_error());
mysql_select_db ("xxxxxx_zc2");
xxxxxx_xxxxxx (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:xxxxxxx_zc2:localhost",
"xxxxxx","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "xxxxx_xxxxxx",
"<PASSWORD HERE>") or die('Cannot connect to the database because: ' . mysql_error());
mysql_select_db ("xxxxxx_zc2");
xxxxxx_zc2 (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:xxxxxx_zc2:localhost",
"xxxxxx","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "xxxxxx_zc2",
"<PASSWORD HERE>") or die('Cannot connect to the database because: ' . mysql_error());
mysql_select_db ("xxxxxx_zc2");