Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. OpenSQLConnection[JDBC["MySQL(Connector/J)",
  2. "jdbc:mysql://localhost/MedusaTrials"],
  3. "Username"->"root"]
  4.  
  5. JDBC::error: Communications link failure
  6.  
  7. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. >>
  8.  
  9. sqlalchemy.create_engine("mysql://root@localhost/test")
  10.  
  11. OpenSQLConnection[]
  12.  
  13. ps -ef | grep mysqld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement