can't connect to MySQL Server(10060)

can't connect to MySQL Server(10060)

View Answers

August 1, 2008 at 4:22 PM

Hi friend,


This is login action code.


<%@ page language="java" import="java.sql.*" import="java.util.*" %>

<%
Connection con = null;
String url = "jdbc:mysql://192.168.10.211:3306/";;
String db = "amar";
String driver = "com.mysql.jdbc.Driver";
String userName ="amar";
String password="amar123";
try{
Class.forName(driver);
con = DriverManager.getConnection(url+db,userName,password);
try{
Statement st = con.createStatement();
String user=request.getParameter("userid");
String pass=request.getParameter("password");
ResultSet rs=st.executeQuery("select userid,password from login");
while(rs.next()) {
String userid =rs.getString(1);
String passw=rs.getString(2);
if(user.equals(userid) && pass.equals(passw)) {
session.setAttribute("user",user);

%>
<jsp:forward page="LoginSuccess.jsp" />

<%}
else
out.println("Login Failed,Please try Againe");
%>

<%
}
}catch(Exception e1){}
}
catch (Exception e){
e.printStackTrace();
}

%>


---------------------------------------------------

Read for more information.

http://www.roseindia.net/jdbc/

Thanks.









Related Tutorials/Questions & Answers:
can't connect to MySQL Server(10060) - JDBC
can't connect to MySQL Server(10060)  Hii Sir, I am working with a jsp project with MySQL as server. Now i want to host my application. I am... MySQL front end. Can we connect to the MySQL server using the I.P address
mysql error 1042 can't get hostname for your address
mysql error 1042 can't get hostname for your address  Hi, I am not able to connect to MySQL database. Its giving following error: mysql error 1042...; Hi, Find my.ini file of your MySQL Server and then add the following line
Advertisements
Mysql connect
Mysql connect  i can have a mysql database file and mysql-connector-net .but i have not mysql database. how to connect vb.net thsis database.(C:\Documents and Settings\Admin\My Documents\VB.NET\Stock delna\STC.sql ). plz help me
mysql_connect arguments
mysql_connect arguments   How many arguments a mysql_connection function required to connect to the database?   ?mysql_connect? function takes three arguments Server - localhost Username - admin Password - 1admin
How to connect mysql with jsp
How to connect mysql with jsp  how to connect jsp with mysql while using apache tomcat
How to connect to MySQL in JSP?
How to connect to MySQL in JSP?  How to connect to MySQL in JSP..., You can use the Java JDBC code to connect to MySQL database in JSP page. Check the tutorial: Connect JSP with mysql Thanks
ModuleNotFoundError: No module named 'connect-mysql'
ModuleNotFoundError: No module named 'connect-mysql'  Hi, My... 'connect-mysql' How to remove the ModuleNotFoundError: No module named 'connect-mysql' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'connect-mysql'
ModuleNotFoundError: No module named 'connect-mysql'  Hi, My... 'connect-mysql' How to remove the ModuleNotFoundError: No module named 'connect-mysql' error? Thanks   Hi, In your python
not able to connect to mysql using.. jdbc
not able to connect to mysql using.. jdbc   i am not able to connect to mysql using jdbc .. is there any classpath that i need to set..because i am using mysql-connector-java jar file..to connect to mysql.. Pls provide the steps
Connect JSP with mysql
Connect JSP with mysql   ... Connect JSP with mysql : Now in the following jsp code, you will see how... Output of the program when unable to connect to specified mysql database
Java Connect to and FTP Server
the apache commons library to connect/login to FTP server. Link of complete example is FTP Server : Connect and Login. Thanks...Java Connect to and FTP Server  What is the code for Java Connect
how to connect mysql from gui?
how to connect mysql from gui?  i am unable to connet to mysql server from my projet that is gui for mysql...can anyone help me in this...its urgent? i have to connet to mysql from gui..   Hi Friend, Try the following
could not connect to the server - JDBC
could not connect to the server  Hii sir, I am working with a JBDC program now. Now i am trying to host it. when i am trying to connect to the remote MySqL server, i got an exception like
how to connect to database in php using mysql
how to connect to database in php using mysql  how to connect to database in php using mysql
how to connect mysql with JDBC - JDBC
how to connect mysql with JDBC  I have created three tables in the database MYsql, i have to connect them now using JDBC, can u please suggest me...(); } } Thanks Rajanikant  Hi friend, To mysql connect using JDBC
error call to undefined function mysql_connect
error call to undefined function mysql_connect  what is error call to undefined function mysql_connect
pls provide steps to connect mysql in flex - XML
pls provide steps to connect mysql in flex   hi ,PLS SUGGEST ME I HAVE NO IDEA WHERE TO PLACE THE FUNCTIONS.PHP CODE.I HAVE WAMP SERVER .CAN I PASTE THE FUNCTIONS.PHP THERE .OR ANY OTHERWAY .HOW FLEX CONNECT WITH WAMP .IF SO PLS
Connect JSP with mysql
Connect JSP with mysql   ... how to connect to MySQL database from your JSP code. First, you need to create...) Here is the video tutorial of "How to connect to MySQL Database from JSP
how to connect mySql drivers into eclipse(configuration)?
how to connect mySql drivers into eclipse(configuration)?  how to connect mySql drivers into eclipse(configuration)? I need the configuration in eclipse. what do i have to download from mySql and just downloading is enough or do
FTP Server : Connect and Login
In this tutorial we will discuss how to connect and login in FTP server with java programming
Connecting to remote mysql server using jdbc.
Connecting to remote mysql server using jdbc.  How to Connect to remote mysql server using jdbc
connect sql server 2005 using php
connect sql server 2005 using php  how to connect sql server 2005 using php program. how mssql_connect will work
how to connect client to server using Sockets
how to connect client to server using Sockets  how to connect client to server using Sockets
How to connect to MySQL from command prompt?
How to connect to MySQL from command prompt? This video tutorial walks you through the steps to connect to MySQL from command prompt in Windows machine... is installed with the MySQL server installation and it can be accessed by going
problem connect jsp and mysql - JSP-Servlet
problem connect jsp and mysql  hello, im getting an error while connecting jsp and mysql. I have downloaded the driver mysql-connector... Software Foundation\Tomcat 5.5\common\lib\mysql-connector-java-2.0.14.jar
how to connect SQL Server 2005 using php
how to connect SQL Server 2005 using php  i need to connect SQL Server 2005 using php. how can i connect . how to use mssql_connect function
unable to connect to server - JSP-Servlet
unable to connect to server  thank you for the program code...-application-server/tomcat/install-configure.shtml Here you will get step by step installation and configuration of Apache Tomcat Server. After installation
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'  ...: No module named 'egenix-mxodbc-connect-server' How to remove the ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server' error
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'  ...: No module named 'egenix-mxodbc-connect-server' How to remove the ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server' error
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'
ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server'  ...: No module named 'egenix-mxodbc-connect-server' How to remove the ModuleNotFoundError: No module named 'egenix-mxodbc-connect-server' error
PHP MySql Server Version
' );//mysql_connect(): it open a connection to a MySql server //root is the name...PHP MYSQL server version Sometimes we need to check the version of MySql, PHP provides mysql_get_server_info() function to check the MySql version. To check
upgrade mysql cpanel server
upgrade mysql cpanel server  upgrade mysql cpanel server
how to connect jsp to mysql - Java Beginners
how to connect jsp to mysql  I m new in Mysql and JSP i m ceating.java file using bean file for connectivity but i m not able to connect jsp... me hw to conncet jsp with mysql this is connection file package connect
how to connect j2me program with mysql using servlet?
how to connect j2me program with mysql using servlet?  my program... = response.getWriter(); String userid=connect(user.toLowerCase().trim...); } private String connect(String user,String pwd){ String db
pls provide steps to connect mysql database in flex - XML
pls provide steps to connect mysql database in flex  hi,i am new to flex and doing project. i have doubt in how to connect MYSQL database in flex .pls provide the steps . i would be really thankful 2 u. i am loooking
mysql server connectivity - Java Server Faces Questions
mysql server connectivity  hello friends, my question is that i m not able to connect jsp, servlet with sql 2000. i know we have to do.../mysql/ Thanks
PHP MySQL Connect to a Database
it with so much ease. To connect with mysql server we can use two ways one... PHP MySQL Connect to a Database:      ... you to check whether your PHP web page has been connected with MySQL server
why this can't
why this can't  import java.util.*; class Dash{ public static void main(String args[]){ int x0=100; int[] x1=new int[3]; int[][] x2=new int[3][3]; int[][][] x3=new int[3][3][3
pls provide steps to connect mysql database in flex - XML
pls provide steps to connect mysql database in flex  hi, pls provide steps to connect mysql database in flex.pls i am trying from last week still it was not connected .pls provide the step by step procedure.i am looking
How to connect to MySql Database from Servlet?
; font-weight: bold; } How to connect to MySql Database from Servlet... will show you how to connect to MySQL database and perform select operation. You will learn the JDBC steps necessary to connect to the MySQL Database and execute
Check PHP MySQL Connectivity
can connect a PHP page with MySQL server.ADS_TO_REPLACE_1 Following piece... with MySQL server or not. Code 1: <?phpADS_TO_REPLACE_2 $con=mysql... not connect'. mysql_error()); }  ADS_TO_REPLACE_4 mysql_select_db
Using javabeans to connect mySQL database on a jsp page - JSP-Interview Questions
Using javabeans to connect mySQL database on a jsp page  Hi, Am doing my project and I don't know how to connect a jsp page to a mySQl database...; Connecting a JSP page to MYSQL Database using JavaBean File Name: beancode.java
how can i create a mysql database to connect to this code - JDBC
how can i create a mysql database to connect to this code  i need help creating a mysql database for this code. code is import java.awt...."); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/register
how can i create a mysql database to connect to this code - JDBC
how can i create a mysql database to connect to this code  i need help creating a mysql database for this code. code is import java.awt...."); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/register
MySQL server PID file could not be found! [FAILED]
MySQL server PID file could not be found! [FAILED]  MySQL server PID file could not be found! [FAILED
MySQL server has gone away
MySQL server has gone away  Hi, What is the reason of error "MySQL server has gone away"? Some time in my application this error is coming. Thanks   hi friend, This happens because the server is timed out
JDBC Connection code to connect servlet with SQL Server 2008
JDBC Connection code to connect servlet with SQL Server 2008  Please ans me why it is not connect i use netbeans IDE7.0 Jdk 1.7 i also add sqljdbc4.jar but the output is SEVERE: Java Runtime Environment (JRE) version 1.6
JSP - MySQL - Connection
JSP - MySQL - Connection  I can't connect mysql using jsp in my... from the server was 1,300,257,595,704 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. """" Can you help me
need help....how to connect and disconnect multiple databases(databases created in mysql) using java and my sql
need help....how to connect and disconnect multiple databases(databases created in mysql) using java and my sql  i am working on a project... to know that how to query multiple databases(databases created in my mysql) so
Mysql Permission
Mysql Permission       Mysql Permission allows the user to connect to the database, Mysql... the permission to connect. All user /host/password combination are listed in this table

Ads