Guest User

Untitled

a guest
Dec 5th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Starting Liquibase at Wed, 05 Dec 2018 22:34:37 EST (version 3.6.2 built at
  2. 2018-07-03 11:28:09)
  3. Unexpected error running Liquibase: liquibase.exception.DatabaseException:
  4. liquibase.exception.UnexpectedLiquibaseException: Error during testing for
  5. MySQL/MariaDB JDBC driver bug: could not retrieve JDBC metadata information
  6. for temporary table 'TMP_XDBOCVCKWHSQYXKP'
  7. liquibase.exception.LiquibaseException:
  8. liquibase.command.CommandExecutionException:
  9. liquibase.exception.DatabaseException:
  10. liquibase.exception.UnexpectedLiquibaseException: Error during testing for
  11. MySQL/MariaDB JDBC driver bug: could not retrieve JDBC metadata information
  12. for temporary table 'TMP_XDBOCVCKWHSQYXKP'
  13. at liquibase.integration.commandline.Main.doMigration(Main.java:1043)
  14. at liquibase.integration.commandline.Main.run(Main.java:191)
  15. at liquibase.integration.commandline.Main.main(Main.java:129)
  16. Caused by: liquibase.command.CommandExecutionException:
  17. liquibase.exception.DatabaseException:
  18. liquibase.exception.UnexpectedLiquibaseException: Error during testing
  19. for MySQL/MariaDB JDBC driver bug: could not retrieve JDBC metadata
  20. information for temporary table 'TMP_XDBOCVCKWHSQYXKP'
  21.  
  22. liquibase --driver=com.mysql.cj.jdbc.Driver --classpath=C:/liquibase-3.6.2-
  23. bin/jars/mysql-connector-java-8.0.13.jar --changeLogFile=db.changelog-
  24. 1.0.xml --url="jdbc:mysql://REMOTE_SERVER_IP:3306/DB_NAME?
  25. autoReconnect=true" --username=USER_NAME --password=PASSWORD --logLevel=info
  26. generateChangeLog
Add Comment
Please, Sign In to add comment