|  
       
          In the 
            Connection Parameters pane:
           
          
            
              In the 
                Driver field, select one of the drivers
				  installed. For example, 
                com.mysql.jdbc.Driver
              In the 
                Connection string 
                field, enter the JDBC URL of the Database. The syntax
				  varies depending on the driver selected, for example, 
                jdbc:mysql://<localhost>/northwind
              In the 
                User 
                field, enter the username of the Database account to
				  use.
            
              In the 
                Password 
                field, enter the password for the account. 
              
              
             Note:
			If the password for that account is changed, you must also change it in 
              Exalead CloudView. 
             
          Click 
            Test connection. 
           
          The JDBC Database connector automatically connects to the JDBC
				Database, and the message 
            Connection is ok displays.
           
          Click 
            Apply. 
           
         
          After you verify the JDBC Database connection, specify the
				queries that select the table fields to be crawled in the 
            Query parameters pane. See 
            Specify the Query Parameters.
          
        
 |