Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building mysql 1.0
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- sql-maven-plugin:1.4:execute (create-user) @ mysql ---
  8. [INFO] Executing commands
  9. [ERROR] Failed to execute: CREATE USER kead IDENTIFIED BY 'adem'
  10. [ERROR] java.sql.SQLException: Operation CREATE USER failed for 'kead'@'%'
  11. [ERROR] Failed to execute: CREATE USER kead@localhost IDENTIFIED BY 'adem'
  12. [ERROR] java.sql.SQLException: Operation CREATE USER failed for 'kead'@'localhost'
  13. [INFO] 0 of 2 SQL statements executed successfully
  14. [INFO]
  15. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ mysql ---
  16. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  17. [INFO] Copying 3 resources
  18. [INFO]
  19. [INFO] --- sql-maven-plugin:1.4:execute (create-db) @ mysql ---
  20. [INFO] Executing commands
  21. [INFO] 2 of 2 SQL statements executed successfully
  22. [INFO]
  23. [INFO] --- sql-maven-plugin:1.4:execute (grant) @ mysql ---
  24. [INFO] Executing commands
  25. [INFO] 2 of 2 SQL statements executed successfully
  26. [INFO]
  27. [INFO] --- sql-maven-plugin:1.4:execute (create-tables) @ mysql ---
  28. [INFO] Executing file: C:\Users\HsKA\AppData\Local\Temp\create-tables.809891101sql
  29. [INFO] 17 of 17 SQL statements executed successfully
  30. [INFO]
  31. [INFO] --- sql-maven-plugin:1.4:execute (create-trigger) @ mysql ---
  32. [INFO] Executing file: C:\Users\HsKA\AppData\Local\Temp\create-trigger.1829482806sql
  33. [INFO] 1 of 1 SQL statements executed successfully
  34. [INFO]
  35. [INFO] --- sql-maven-plugin:1.4:execute (revoke) @ mysql ---
  36. [INFO] Executing commands
  37. [INFO] 2 of 2 SQL statements executed successfully
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] BUILD SUCCESS
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] Total time: 7.175s
  42. [INFO] Finished at: Thu Nov 18 12:43:48 CET 2010
  43. [INFO] Final Memory: 3M/15M
  44. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement