ZenCart SSH Settings
If direct connections are not allowed there is another way - secure ZenCart SSH connection. Actually SSH is a kind of tunnel between two computers - your and your server. Other connections can be established via SSH tunnel. You can use SSH for MySQL as well as for FTP connections. See "Preferences" window, "SSH" page. The only info you need is SSH user name, password and remote port number - basically the same as for typical MySQL connection.
Note: ZenCart SSH settings do not override MySQL settings. To connect to your database using SSH you must specify all required MySQL parameters as well as SSH. If direct MySQL nor SSH connections are not possible, PHP MySQL Bridge connection can be used.