Firewall problem maybe? The console client may be connecting via unix socket and the lift app is trying to get through the TCP stack.
On 12/19/2009 2:31 AM, Jarod Liu wrote: > Yes, maybe it's not lift's problem, I will write a java+jdbc program > to verify this. > but I can make connection to mysql server with the official mysql > console client. > > And thank you to David. > > On Dec 19, 3:28 pm, James Black<[email protected]> wrote: > >> It would seem that this error is the main problem that has to be solved: >> Caused by: java.net.ConnectException: Connection refused >> at java.net.PlainSocketImpl. >> socketConnect(Native Method) >> >> This should have nothing to do with the web framework, as it seems that the >> driver just can't connect to the database. >> > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
