could this mcp server connect to multi datasource?
my mysql instance has ten database,could this mcp server connect them at once?
@20181000103340 When working with multiple databases, the standard practice is to establish separate connections to each database rather than trying to access multiple databases through a single connection. Each connection typically has its own credentials and configuration parameters tailored to the specific database it's connecting to.
would you like to give a configuration example?
Waiting for this answer too. How do you establish separate connections? I have 6 databases and each has their own username and password.