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
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
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
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
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
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