Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62041 > unrolled thread
| Started by | Igor Korot <ikorot01@gmail.com> |
|---|---|
| First post | 2013-12-16 02:55 -0800 |
| Last post | 2013-12-16 02:55 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Python, mySQL and password Igor Korot <ikorot01@gmail.com> - 2013-12-16 02:55 -0800
| From | Igor Korot <ikorot01@gmail.com> |
|---|---|
| Date | 2013-12-16 02:55 -0800 |
| Subject | Python, mySQL and password |
| Message-ID | <mailman.4199.1387191337.18130.python-list@python.org> |
Hi, ALL, Is there a way to make python script that connects to mySQL DB ask for a password on the: conn = mdb.connect(host, user) line. The host variable is "localhost" and the user variable is "root" (for developmental purposes). Thank you.
Back to top | Article view | comp.lang.python
csiph-web