Skip to content

Commit 4dcfddf

Browse files
committed
chore: update mcp instance name
1 parent e8fb15e commit 4dcfddf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system-test/mysql2-connect.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ t.test('open IAM connection and run basic mysql commands', async t => {
6262
t.test('open connection and run basic mysql commands', async t => {
6363
const connector = new Connector();
6464
const clientOpts = await connector.getOptions({
65-
instanceConnectionName: process.env.MYSQL_CONNECTION_NAME,
65+
instanceConnectionName: process.env.MYSQL_MCP_CONNECTION_NAME,
6666
ipType: process.env.IP_TYPE || 'PUBLIC',
6767
authType: 'PASSWORD',
6868
});
6969
const conn = await mysql.createConnection({
7070
...clientOpts,
71-
user: process.env.MYSQL_MCP_USER,
71+
user: process.env.MYSQL_USER,
7272
password: process.env.MYSQL_MCP_PASS,
7373
database: process.env.MYSQL_DB,
7474
});

0 commit comments

Comments
 (0)