Can`t connect to local MySQL server...

2001-02-14 Thread s chitra
Hi, start the sqfe_mysqld which will be in the /bin directory where mysql is installed. regards, S.Chitra

Re: jsp

2001-02-13 Thread s chitra
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