Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  2.  
  3. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  4. Error Code: 0
  5.  
  6. ssh -L3306:127.0.0.1:3306 user@remoteServer
  7.  
  8. jdbc:mysql://localhost:3306/database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement