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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b16148-2afdd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b16148-2afdd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?