Avatar of ltpitt
ltpitt
 asked on

How to securely and easily send data to MySql server using Python

Hello there...

I have built a script that reads the data from a csv file ad inserts each row into a mysql database on the internet using MysqlDb (nothing fancy: I just specify ip, port, password, id, no cypher no nothing).

Which kind of method should I use to implement a decent security?

I'd love ideas and - if possible - a few links where study examples.

Thanks!
MySQL ServerPythonScripting Languages

Avatar of undefined
Last Comment
Dave Baldwin

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Dave Baldwin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ltpitt

ASKER
But this would still mean to leave my db password on the client side, right?
Dave Baldwin

Yes, SSL and SSH are for encrypting the data going over the connections.  The data stays the same on the client and the server.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck