Re: mySQL problems

2008-11-17 Thread John Nagle
Alfons Nonell-Canals wrote: Hello, I've developed a program using python that have to connect to a mysql server several times. In a local machine (running the program in the same machine where the mysql server is) I have no problems. I can run several instances of the program at the same time wi

Re: mySQL problems

2008-10-31 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Alfons Nonell-Canals wrote: > _mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL > server on 'HOST' (110)") Error 110 is ETIMEDOUT (Connection timed out). -- http://mail.python.org/mailman/listinfo/python-list

Re: mySQL problems

2008-10-28 Thread Tino Wildenhain
Alfons Nonell-Canals wrote: Hi, Maybe there is a certain connection limit which hits if your client programms reconnect in random order? I saw this on some PHP web sites. Probably some configuration adjustments and persistent connections could help you in this situation. I know I can check

Re: mySQL problems

2008-10-28 Thread Alfons Nonell-Canals
Hi, > Maybe there is a certain connection limit which hits if your client > programms reconnect in random order? I saw this on some PHP web sites. > > Probably some configuration adjustments and persistent connections > could help you in this situation. I know I can check it but I am not the ad

Re: mySQL problems

2008-10-28 Thread Tino Wildenhain
Hi, Alfons Nonell-Canals wrote: Hello, I've developed a program using python that have to connect to a mysql server several times. In a local machine (running the program in the same machine where the mysql server is) I have no problems. I can run several instances of the program at the same ti

mySQL problems

2008-10-28 Thread Alfons Nonell-Canals
Hello, I've developed a program using python that have to connect to a mysql server several times. In a local machine (running the program in the same machine where the mysql server is) I have no problems. I can run several instances of the program at the same time with no problem. Them problem a