Re: MySQL unixsocket to tcp connection

2004-12-29 Thread Gleb Paharenko
Hello. >I was timming my scripts, and the biggest time the scripts took are = > in the DBI->connect process I think that the root of the problem may be in slow name resolving. You can disable DNS hostname lookups. See: http://dev.mysql.com/doc/mysql/en/DNS.html Jos? Miguel Fe

MySQL unixsocket to tcp connection

2004-12-28 Thread José Miguel Fernandes
Hi, I have a RADIUS server (radiator), reading and writting intensively in a mysql database. I was timming my scripts, and the biggest time the scripts took are in the DBI->connect process The database is in another server, so I have to connect to the database over tcp. My q