This section describes how to setup HTTP Tunnel connection in Store Manager for Zen Cart.
HTTP tunnel is an alternative way of connecting to your database which possesses the advantages of both direct and bridge connection.
This type of connection is useful if you don’t have direct access to MySQL database. Also, you don’t need to do POST \ GET operations to synchronize data with your store, all changes will be reflected in real-time.
To configure HTTP Tunnel connection, follow a few steps listed below:
7. Next check checkbox - Direct connection through HTTP Tunnel
8. Specify Remote Database Connection Settings:
1) Tunnel address - Specify tunnel address, it should look like http://www.onlinestore.com/sm_tunnel.php where - http://www.onlinestore.com is your store URL.
2) Port - 3306 is used in most cases (please ask your hosting provider to check if the one is used)
3) Host, User name (login), Password and Database (name) - specify your hostname, database username, password and database name, which you have found at your configure.php or config.php file.
You may type database name manually or use browse button [...] to see the list of available databases and select the one you need from the drop-down:
Use the 'Test Connection' button to verify if all settings are correct and connection to your remote database is possible.
Click 'OK' to save this entry, close Preferences and to connect to your database, or click cancel to discard this entry.