PHPShop Database Connection Settings

In PHPShop, the database connection is configured in the phpshop/inc/config.ini file

Open this file and find the following code.

host = "server"; (usually это localhost)

user_db = "username";

pass_db = "password";

dbase = "database_name";