no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@132 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 22 years ago
parent 0a27a3f73f
commit cda41b7677

@ -89,7 +89,7 @@ public class Main implements Connector
String server = System.getProperty( "server.address" ); String server = System.getProperty( "server.address" );
if( server == null ) if( server == null )
{ {
server = "ws_fpalma"; server = "127.0.0.1";
} }
String url = "jdbc:mysql://" + server + "/" + dbase; String url = "jdbc:mysql://" + server + "/" + dbase;
DBManager dbm = new JDBCManager( url, user, passwd , 10, 8, 8, null ); DBManager dbm = new JDBCManager( url, user, passwd , 10, 8, 8, null );

@ -75,7 +75,7 @@ javax.jdo.option.DriverName com.mysql.jdbc.Driver
#url of the database #url of the database
#javax.jdo.option.ConnectionURL jdbc:postgresql:speedoTest #javax.jdo.option.ConnectionURL jdbc:postgresql:speedoTest
#javax.jdo.option.ConnectionURL jdbc:oracle:thin:@10.194.3.226:1521:test1 #javax.jdo.option.ConnectionURL jdbc:oracle:thin:@10.194.3.226:1521:test1
javax.jdo.option.ConnectionURL jdbc\:mysql\://ws_fpalma/siprp javax.jdo.option.ConnectionURL jdbc\:mysql\://127.0.0.1/siprp
#user name #user name
javax.jdo.option.ConnectionUserName root javax.jdo.option.ConnectionUserName root

Loading…
Cancel
Save