I have a python script on my local machine related to a database. I can log in to that database server through a SSH connection. But how can I run my python file on that database server?
Do I need to upload my python script on that server machine? How can I do that?
I logged in to the database server through the ssh connection. I have access to that. I ran my python file which is stored in my local machine on that server. It shows "python3: can't open file .. No such file or directory" I want to run the program and see the output.