Can`t connect to local MySQL server...
Hi, start the sqfe_mysqld which will be in the /bin directory where mysql is installed. regards, S.Chitra
Re: jsp
Hi sara, Try with: Connection myConn = DriverManager.getConnection("jdbc:mysql://localhost/test_db1,"user","passwor d"); I can able to understand that you want to use mysql database using Jsp. regards, S.Chitra