Hello All,
I am running
- Ubuntu 8.10
- Python 2.5.2
- MySQLdb (1, 2, 2, 'final', 0)
- MySQL Server/Client 5.0.67
I am trying to write an authentication script for a python application
that connects to a MySQL database. The database has a table named `user`
which has the fields `id`, `alias
Hello All,
I am running
- Ubuntu 8.10
- Python 2.5.2
- MySQLdb (1, 2, 2, 'final', 0)
- MySQL Server/Client 5.0.67
I am trying to write an authentication script for a python application
that connects to a MySQL database. The database has a table named
`user` which has the fields `id`, `alias` and
On Feb 3, 8:28 am, Dennis Lee Bieber wrote:
> On Mon, 2 Feb 2009 23:28:05 -0800 (PST),
> kurt.forrester@googlemail.com declaimed the following in
> comp.lang.python:
>
> > However, when I try to use the MySQLdb module it returns an incorrect
> > value (it returns 1).
>
> > I wish to use the DB