Index: [Article Count Order] [Thread]

Date:  Sun, 14 May 2006 19:22:54 +0100
From:  e.a (at mark) post.com
Subject:  [coba-e:05183] Re: Casp + Mysql
To:  Rodrigo Ordonez Licona <coba-e (at mark) bluequartz.org>
Message-Id:  <996586486.20060514192254 (at mark) post.com>
In-Reply-To:  <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARDhjVlX2aEuqbKE5moo4BsKAAAAQAAAAKiKwg0dnN0alcIdPF8tL5AEAAAAA (at mark) xnet.com.mx>
References:  <1157092803.20060514011729 (at mark) post.com> <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARDhjVlX2aEuqbKE5moo4BsKAAAAQAAAAKiKwg0dnN0alcIdPF8tL5AEAAAAA (at mark) xnet.com.mx>
X-Mail-Count: 05183



ROL> I had Michael Stauber Install mysql 5 at solarspeed.net.
ROL> He installed PHP5 and Mysql 5
ROL> After some yum update Chiliasp DSN Interface stopped functioning, 
ROL> So now I use these connection String
ROL> WHAT  I  NOTICED  IS  THAT  SPECIFYING  LOCALHOST  TO  THE  MYSQL
ROL> CONNECTIONS  PRODUCED STRANGE ERRORS AND TCP CONNECITONS TO BUILD
ROL> UP ENDING UN ANOTHER ERROR SEVER POP SERVER FAILURE
ROL> (In Chilisoft logs ASP Engine simply died killing all sessions)
ROL> Long story short this connection string worked for us...

ROL> <%
ROL>   ConnString ="Driver={Mysql}; Database=test; UID=test; PWD=test" 
ROL>   Set Conn = Server.CreateObject("ADODB.Connection")
ROL>   Conn.Open ConnString
ROL>   Conn.Close
ROL>   Set Conn = Nothing
ROL>   %>

hi,

Don't work for me :(  ... always the HTTP 507 Error

Regards,
Emmanuel