Re: Error connecting to MySQL from Python

2013-10-12 Thread Carlos Ortiz
On Saturday, October 12, 2013 12:13:05 PM UTC-5, MRAB wrote: > On 12/10/2013 17:09, carlos.o...@gmail.com wrote: > > > Hello guys I am currently working in a python project at my school. First I > > want to make clear that I'm not a python programmer (I was just called to > > put out the flames

Re: Error connecting to MySQL from Python

2013-10-12 Thread Carlos Ortiz
On Saturday, October 12, 2013 11:46:49 AM UTC-5, Jussi Piitulainen wrote: > carlos.o...@gmail.com writes: > > > > > So I wrote my method like this: > > ... > > > cnxOMC = mysql.connector.connect(user, > > >password, > > >

Re: Error connecting to MySQL from Python

2013-10-12 Thread MRAB
On 12/10/2013 17:09, carlos.ortiz@gmail.com wrote: Hello guys I am currently working in a python project at my school. First I want to make clear that I'm not a python programmer (I was just called to put out the flames in this project because no one else would and I was brave enough to sa

Re: Error connecting to MySQL from Python

2013-10-12 Thread Jussi Piitulainen
carlos.ortiz@gmail.com writes: > So I wrote my method like this: ... > cnxOMC = mysql.connector.connect(user, >password, >'localhost', >database) ... > the following co

Error connecting to MySQL from Python

2013-10-12 Thread carlos . ortiz . asm
Hello guys I am currently working in a python project at my school. First I want to make clear that I'm not a python programmer (I was just called to put out the flames in this project because no one else would and I was brave enough to say yes). I have the following problem here. I have to wri