mysql_mcp_server icon indicating copy to clipboard operation
mysql_mcp_server copied to clipboard

could this mcp server connect to multi datasource?

Open 20181000103340 opened this issue 10 months ago • 3 comments

my mysql instance has ten database,could this mcp server connect them at once?

20181000103340 avatar Apr 14 '25 06:04 20181000103340

@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.

designcomputer avatar Apr 14 '25 11:04 designcomputer

would you like to give a configuration example?

20181000103340 avatar Apr 16 '25 06:04 20181000103340

Waiting for this answer too. How do you establish separate connections? I have 6 databases and each has their own username and password.

Rickvw0604 avatar Apr 25 '25 13:04 Rickvw0604