I have Zencart installed in a two server configuraton with everything on the web server except for the DB which is on the second server. I have full control of both servers. I need to re-purpose the current DB server for another role and have installed MySQL on the web server and am trying to move the ZenCart database from the current server to the new one.
I've used mysqldump to backup the DB and then restored it onto the new server.
I've granted the correct user access to the DB on the new server.
I changed the DB configuration in both configure.php files to point to the new DB.
I still get a DB connection error.
Can anyone help me figure out what step I'm missing?
Thanks in advance.



