Dear All,
How to put multiple databases in the registry file or make other configuration
to make it happen?
In the manual, a registry file is like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MartRegistry>
<MartRegistry>
<MartDBLocation
name = "my_mart"
displayName = "My BioMart Database"
databaseType = "mysql"
host = "localhost"
port = "3306"
database = "my_mart"
schema = "my_mart"
user = "gmod"
password = "gmod"
visible = "1"
default = ""
includeDatasets = ""
martUser = ""
/>
</MartRegistry>
Thanks in advance!