Tagged Questions
0
votes
1answer
147 views
MySQL port forwarding
I am trying to help a colleague to connect to my MySQL server. However the situation is a bit special, and here's why (let's call him person A and me, person B):
Person A has a PC, on which he has a ...
0
votes
1answer
355 views
Connect to MySQL on remote server from inside python script (DB API)
Very recently I have started to write python scripts that need to connect few databases on mySQL server. The problem is that when I work from office my script works fine but running a script from my ...