Admin-Ahead Community

Windows => Control Panels => WebsitePanel => Topic started by: mohitht on February 10, 2014, 03:55:53 pm

Title: Accessing database to parallels web presence
Post by: mohitht on February 10, 2014, 03:55:53 pm
Hi All,

If you need to database connection for the parrallels web presence builder the following configuration files points all the connection parameters included.

Plesk application "Parallels Presence Builder"  will be - /usr/local/sb/config



Database connectoion parameters

[database]
adapter = PDO_MYSQL
host = %host%
username = %username%
password = %password%
dbname = %dbname%




This connection parameters can be used to connect web presence with the database

Try it  :)