Database server. Used for MySql databases.
The Server attribute can contain username, password,
port and host that is used to access the mysql database.
The syntax is 'username:password@port:host'
The default username is pwrp without password.
The port can be left out to use the default mysql port.
Examples
wagon Host wagon with user pwrp (no password) and
standard port.
charlie@wagon User charlie (no password) with host wagon.
charlie:strawberry@wagon User charlie with username strawberry
with host wagon.
charlie:strawberry@330:wagon User charlie, password strawberry with
host wagon, port 330.
charlie@localhost User charlie (no password) with server on the current
node. In this case a socket is used for the connection
that can be specified in /etc/proview.cnf, parameter mysqlSocket.
If the server attribute is empty, the server on the current node is used
with user pwrp, no password.