Article Outline
Python mysql example 'squelch'
python squelch
Python mysql example: squelch
class Squelch():
db_user = "root"
db_pass = "REcon)#21"
db_host = "127.0.0.1"
db_name = "ammoenio"
squelch = Squelch()
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com