Innanzi tutto grazie per aver risposto e per le tue informazioni

dopo aver letto il tuo messaggio .. anche secondo me il problema sarà dovuto al punto 3 ...

perchè provando questa connessione:

connectionUrl = "jdbc:mysql://192.168.1.5/gestionale?" +
"user=utente&password=pass";


la table in cui dovrebbero uscire i miei dati o esce bianca priva di dati con questa eccezione :


SQL Exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsExce ption: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
SQL Exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsExce ption: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.


oppure carica per 1 ora :-D e non esce niente...

Questo capita anche se provando il gestionale sul pc server scrivo al posto di locahost quell'ip scritto poco fa che identifica quel pc nella rete.

come si fà a configurare il server Mysql affinchè l'utente possa fare connessioni da un PC remoto? purtroppo non l'ho mai fatto ... mi potresti aiutare ???

Grazie in anticipo