# Manual execution

The format of the plugin execution is as follows:

```bash
./pandora_mysql \
--conf < path to the configuration file > \
--target_databases < path to the configuration file containing the target databases > \
[ --target_agents < path to the agent configuration file > ] \
[ --custom_queries < path to the configuration file containing the custom queries > ]
```

  
For example:

```bash
./pandora_mysql \
--conf /usr/share/pandora_server/util/plugin/mysql.conf \
--target_databases /usr/share/pandora_server/util/plugin/targets.conf \
--target_agents /usr/share/pandora_server/util/plugin/target_agents.conf \
--custom_queries /usr/share/pandora_server/util/plugin/custom_queries.conf
```