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
Post a Comment