changed name of default JDBC driver
This commit is contained in:
		
							parent
							
								
									74787e4902
								
							
						
					
					
						commit
						2ffacedd54
					
				@ -45,7 +45,7 @@
 | 
				
			|||||||
    <!-- <jca-datasource>VeniceDB</jca-datasource> -->
 | 
					    <!-- <jca-datasource>VeniceDB</jca-datasource> -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- The fully-qualified Java classname of the JDBC driver we wish to load. -->
 | 
					    <!-- The fully-qualified Java classname of the JDBC driver we wish to load. -->
 | 
				
			||||||
    <driver>org.gjt.mm.mysql.Driver</driver>
 | 
					    <driver>com.mysql.jdbc.Driver</driver>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- The URI of the database we wish to load. -->
 | 
					    <!-- The URI of the database we wish to load. -->
 | 
				
			||||||
    <uri>jdbc:mysql://localhost/venice</uri>
 | 
					    <uri>jdbc:mysql://localhost/venice</uri>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user