MySQL Forums
Forum List  »  Spanish

Re: Conectarme una BD en MySQL desde Java(remotamente)
Posted by: William Chiquito
Date: November 05, 2006 12:04PM

Hola Federico,

Yo uso una cadena como la siguiente para conectarme remotamente:

DriverManager.getConnection("jdbc:mysql://[Dirección IP]:[Puerto]/[mibasededatos]", "user", "pass");

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Conectarme una BD en MySQL desde Java(remotamente)
6034
November 05, 2006 12:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.