In my project, i use jdbc to connect mysql. I happened to the following problem . When i start my application,it can running well all the day.but next day ,my application don't connect to mysql by jdbc. What is the problem ? Is it the mysql setting or my software? Please help me! Thanks
billjudy
kshitij raval
Greenhorn
Joined: Oct 20, 2001
Posts: 15
posted
0
Check out whether your mysql deamon is running? I your ..\mysql\bin there is one exe file mysqld.exe Just type in this command and one deamon will start which will enable you to connect to mysql. Just check this out. If this doesn't work, just elaborate the problem and exception.