
Originally Posted by
Rin4a
you shouldn't do this:
Code:
URL=jdbc:mysql://myIp of sql server/Sql255910_2
just leave it like that:
Code:
URL = jdbc:mysql://localhost/Sql255910_2
and a note - everything that starts with dash (#) is commented out and it won't matter if you change it or not...
besides that, do you get any other errors, while server is loading?
I'v got ur point...but the real problem it's the server hosted by my pc the sql server hostet on an web host like aruba..so i can leave localhost at
Code:
URL = jdbc:mysql://localhost/Sql255910_2
so I should put my ip on it like:
Code:
URL=jdbc:mysql://62.149.150.93/Sql255910_2
#URL=jdbc:hsqldb:hsql://62.149.150.93/Sql255910_2
#URL=jdbc:sqlserver://62.149.150.93/database=Sql255910_2/user=sa/password=
this is my sql configuration now with the ip of my sql server by aruba