terminal - Liquibase: Communications link failure -


i try run liquibase terminal:

command:

user@host ~/development/liquibase $ java -jar liquibase.jar --changelogfile=changelog/create.xml --username=root --password=pass123 --url=jdbc:mysql://192.168.1.8:3306/semafor --classpath=lib/mysql-connector-java-5.1.44-bin.jar update unexpected error running liquibase: com.mysql.jdbc.exceptions.jdbc4.communicationsexception: communications link failure last packet sent server 0 milliseconds ago. driver has not received packets server. 

ping host:

~/documents/development/liquibase $ ping 192.168.1.8 ping 192.168.1.8 (192.168.1.8) 56(84) bytes of data. 64 bytes 192.168.1.8: icmp_seq=1 ttl=64 time=1.29 ms 


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -