MySQL Forums
Forum List  »  Spanish

Re: Mi servidor MySQL cierra la conexión App Windows 10
Posted by: Raymundo Pavón León
Date: October 14, 2020 12:53PM

url = "Server=" + ip + "; Database=" + bd + "; Port=" + puerto + "; Uid=" + user + "; Pwd=" + pass +";Connect Timeout=6000";

conexion.ConnectionString = url;
conexion.Open();

Options: ReplyQuote




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.