Update 'mysql_python/mysql_connect.py'
This commit is contained in:
parent
79b2fe029c
commit
7c9d2b4ac0
@ -3,7 +3,7 @@ import getpass
|
||||
|
||||
HOST="localhost"
|
||||
DATABASE="Fabryka_Sprzetu_IT"
|
||||
SQL=("SELECT * FROM Produkt;")
|
||||
SQL="SELECT * FROM Produkt;"
|
||||
|
||||
|
||||
print("Welcome to MySQL connector. \nYou are trying to connect to host: " + HOST + "\nType your credentials to connect:")
|
||||
|
Loading…
Reference in New Issue
Block a user