2.13.10.4.1. Setting up a database connection in PHPShop
Warning!
The connection will not work with localhost. The host address must be taken from the data to connect to the database.
Database connection data in PHPShop are specified in the configuration file phpshop/inc/config.ini
in lines:
host = "host"; user_db = "login"; pass_db = "password"; dbase = "base_data";
Changes can be made using filemanager or any FTPclient.