-3
Eae Galera, I’m learning the database language, but I still don’t know everything to the letter so I came here to ask you for help to know how I can do this. I know there is sqlite3 in python but I want to use mysql, in which case I have Workbench on my linux. So I want to type Create a code in Python in which the user runs the program and enters and registers the employees of the company there this program saves in a database (is it possible to put the database as if it were online then the program connects to the bank and is saving ?) there every time he enters it picks up and asks for the password, so far so well I already know how to do, but my problem is how I create the database in Workbench and then connect it in Python and then enter into the data. Another point also that I am in doubt is type if I have how to put the database online as I will connect the application in it and as I make changes in it kind see who registered, add new tables, delete row and etc... Help me so I’m new at this I need tips and help please.
Possible duplicate of How to connect Python with Mysql?
– Wallace Maxters