方式一:通过MySQLdb
模块
1 | def con_sshDb(self, sql): |
方式二:通过paramiko
模块
1 | def con_sshDb(self, sql): |
方式二:通过sqlalchemy
模块
1 | def con_sshDb(self, sql): |
MySQLdb
模块1 | def con_sshDb(self, sql): |
paramiko
模块1 | def con_sshDb(self, sql): |
sqlalchemy
模块1 | def con_sshDb(self, sql): |