Adding a Database Tool

Note: You cannot use phpMyAdmin as a tool name as this is the default tool provided by Parallels Pro Control Panel.

Syntax:

Arguments:

The parameters to be passed in the XML file for adding a user are given below.

<?xml version="1.0" encoding="utf-8" ?>

<databasetool>

<property name="toolname">clitooladd</property>

<property name="tooltype">Microsoft SQL Server 2005</property>
<!-- tooltype must have one of the following two values,"Microsoft SQL Server 2005" or "MySQL" -->

<property name="target">http://10.70.114.1/clitooladd2k5</property>
<!-- the IP address location where the tool is located -->

<property name="helptarget">http://10.70.114.1/clitooladd2k5/help</property>
<!-- the IP address location where the help for the tool is located -->

</databasetool>