Lost your password?

Blogs about: Mysqldb

Featured Blog

Unit testing Python + MySQLdb warnings

l0b0 wrote 1 month ago: There seems to be several methods out there, based on elevating warnings to errors using warnings.si … more →

Tags: Programming, Python, Test Driven Development, mysql, TDD, Testing, unittest, unittesting, warning

MySQL-Python and Apple OSX 10.5 (Leopard)

magicrebirth wrote 3 months ago: Hey there – just a quick sunday post (oh god what a nerd I am) to report on my latest experien … more →

Tags: Programming, Python, mysql, Django, leopard

Simple MySQLdb Example2 comments

godavemon wrote 6 months ago: MySQLdb is a python interface to MySQL.  I wrote the following simple script for some database tests … more →

Tags: Python, SQL, example

Python 2.6 & MySQL13 comments

tonightslastsong wrote 9 months ago: For any of you who both run Windows and use MySQL as your database backend, you may have found MySQL … more →

Tags: Programming, Operating Systems, Python Programming, Python, Windows, mysql, python 2.6, python 2.5

MySQLdb, Django, XAMPP, MAMP on Mac OS X 10.52 comments

un1crom wrote 10 months ago: Getting the python mysql connector working is a truly painful experience.  Alas, I can safe you a to … more →

Tags: Software, Web 2.0, Django, Python, MacOSX, Mac OS, mysql, MAMP, xampp

Python, MySQL, and a dictionary

tonightslastsong wrote 11 months ago: Here is a line in python that should be recorded for posterity… Some background.  I have a mul … more →

Tags: Programming, Hobbies, Python Programming, forum, map, mysql, php, Python, translation

Getting MySQL And Python To Jive2 comments

mo3am wrote 1 year ago: If you get the following error: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb m … more →

Tags: Mac Tech, Tech, Django, Error, mysql, OS X, Python

Inserting Data Into Tables

M Andric wrote 1 year ago: After having created and set up tables for an experiment they’re ready to have data loaded int … more →

Tags: dbms, Python, basics

Creating Tables for your Experiment1 comment

M Andric wrote 1 year ago: [This assumes you've already set up yourself with a relational DBMS (MySQL and PostgreSQL are usuall … more →

Tags: dbms, Python, basics

Simplified Data Visualization #1

M Andric wrote 1 year ago: This is a simple Python script that uses the MySQLdb module and AFNI’s DriveSuma program for q … more →

Tags: dbms, Python, Data Visualization, DriveSuma

MySQL for Python1 comment

M Andric wrote 1 year ago: MySQLdb is the Python DB API-2.0 interface. This module has proven very useful for coding db queries … more →

Tags: dbms, Python

Python database access

developerresources wrote 1 year ago: Here is an example of how to connect to a MysqlDB using python. #!/usr/bin/python import MySQLdb imp … more →

Tags: Python, DB, mysql

Unicode & MySQLdb

afrobeard wrote 1 year ago: I dont like giving cursory descriptions about problems, but I got plagued with the following error m … more →

Tags: Python, Unicode, UnicodeDecodeError, UTF8..)


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS