How to connect jmeter or python to mysql? on the springboard

at present, the company"s mysql database cannot be connected directly locally and needs to be connected through a springboard (windows server). The steps to manipulate the data each time are:

  1. connect the springboard machine (windows server,ip: 10.* ) through the local machine (work machine, windows) opens the remote desktop connection that comes with the system)
  2. Open a database connection tool on the springboard, such as navicat, connect to the database ( ip:137.* ), and then manipulate the database

how can you operate mysql locally through python or jmeter? Ssh said on the Internet, how to determine whether to open ssh, and if not, I do not have any authority to open, ask God for help.

Mar.11,2021

install a mysql proxy, on a springboard machine. There are several such softwares, such as MariaDB MaxScale,HAProxy,MySQL Router. Here is a comparison:
http://proxysql.com/compare

.
Menu