Popular recipes tagged "mysqldb"http://code.activestate.com/recipes/tags/mysqldb/2013-11-27T14:06:20-08:00ActiveState Code RecipesUse Gtk.TreeView to browse MySql databases (Python)
2013-11-27T14:06:20-08:00Anonimistahttp://code.activestate.com/recipes/users/4188571/http://code.activestate.com/recipes/578775-use-gtktreeview-to-browse-mysql-databases/
<p style="color: grey">
Python
recipe 578775
by <a href="/recipes/users/4188571/">Anonimista</a>
(<a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/mysqldb/">mysqldb</a>, <a href="/recipes/tags/user_interface/">user_interface</a>).
</p>
<p>Use Gtk.TreeView to browse MySql database structure from database to tables and views and to columns</p>
List MySql databases in a Gtk.TreeView (Python)
2013-11-27T14:03:21-08:00Anonimistahttp://code.activestate.com/recipes/users/4188571/http://code.activestate.com/recipes/578774-list-mysql-databases-in-a-gtktreeview/
<p style="color: grey">
Python
recipe 578774
by <a href="/recipes/users/4188571/">Anonimista</a>
(<a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/gtk/">gtk</a>, <a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/mysqldb/">mysqldb</a>, <a href="/recipes/tags/user_interface/">user_interface</a>).
</p>
<p>List MySql databases in a Gtk.TreeView</p>
Login Logger (Python)
2009-01-05T08:53:34-08:00Kishhttp://code.activestate.com/recipes/users/4168196/http://code.activestate.com/recipes/576574-login-logger/
<p style="color: grey">
Python
recipe 576574
by <a href="/recipes/users/4168196/">Kish</a>
(<a href="/recipes/tags/client_server/">client_server</a>, <a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/mysqldb/">mysqldb</a>).
Revision 4.
</p>
<p>A server program that listens to a client program for logins and inserts the info into a MySQL database.
The login info is sent to the server during the login by a editing the /etc/profile.</p>