Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Accessing database to parallels web presence  (Read 6752 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Accessing database to parallels web presence
« 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  :)