Python Forum
run SQL without user intervention python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: run SQL without user intervention python (/thread-41458.html)



run SQL without user intervention python - dawid294 - Jan-19-2024

Hello, Is possible connect SQL from python without using password and username in the script. But the script should run without user intervention. Exist some possibility? if yes is it the safe? I know that we have more possbility how we can encrypt password (for example base64) but we have to use password in the code. I would like to run the script without user intervention and so that the password and name are not in the script. Thank you