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