boundary icon indicating copy to clipboard operation
boundary copied to clipboard

feat: add MySQL command support

Open enbiyagoral opened this issue 5 months ago • 1 comments
trafficstars

This PR adds MySQL connection support to the Boundary CLI. Users can now securely and easily connect to MySQL targets using the boundary connect mysql command.

What’s Added?

  • boundary connect mysql command
  • Credential and target support for MySQL
  • Required tests and documentation updates

Related Issue

Closes #5740

Testing

  • [x] All tests passed successfully
  • [x] MySQL connection tests were performed

Images

image image

Note: This PR follows the same architecture and UX as the existing helper command for PostgreSQL.

enbiyagoral avatar May 20 '25 08:05 enbiyagoral