Fretty:
Hi everyone,
My hosting provider is changing their setup and has let all their clients know that we will no longer be able to use "locahost" as our hosting address for any/all MySQL databases.
I have looked everywhere in ZenCart Admin with no luck. Where can I change the host from "localhost" to the new hosting address?
Thanks in advance for any help.
Fretty
They appear to be "moving" the databases to a separate server... not a very good move, I don't think. In fact, its a RETROGRESSIVE move - probably doing this so they can stuff their servers with more sites.
I would consider finding a different host if I were you.
In any event... the location of the database is set in your two configure.php files, so you will need to edit these files to point to the new location.
/includes/configure.php
and
YOUR_ADMIN-FOLDER/includes/configure.php
The PERMISSIONS (CHMOD) of these files could be 0444 meaning they will need to be given WRITE permissions before they can be edited. (0644).
When you have edited the files, CHMOD them back to 0444.