Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.56 KB | None | 0 0
  1. root@test.adminweb:/tmp/btcxDatabase# git pull
  2. Username for 'https://github.com': johan-karlsson-goobit-se
  3. Password for 'https://johan-karlsson-goobit-se@github.com':
  4. remote: Counting objects: 7, done.
  5. remote: Compressing objects: 100% (6/6), done.
  6. remote: Total 7 (delta 2), reused 6 (delta 1)
  7. Unpacking objects: 100% (7/7), done.
  8. From https://github.com/goobitab/btcxDatabase
  9.    4582c57..34ae4d3  master     -> origin/master
  10. Updating 4582c57..34ae4d3
  11. Fast-forward
  12.  v2.0/database.bt.cx_Alter Table.sql |  504 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  13.  v2.0/database.bt.cx_updated.sql     |  507 ---------------------------------------------------------------------------------------------------------------------------------------------------
  14.  v2.0/test.database.bt.cx.sql        |  506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  15.  3 files changed, 1010 insertions(+), 507 deletions(-)
  16.  create mode 100644 v2.0/database.bt.cx_Alter Table.sql
  17.  delete mode 100644 v2.0/database.bt.cx_updated.sql
  18.  create mode 100644 v2.0/test.database.bt.cx.sql
  19. mysql -u root -pbtcx123 -e "DROP DATABASE BitCoinsMariaDB; CREATE DATABASE BitCoinsMariaDB;"
  20. mysql -u root -pbtcx123 BitCoinsMariaDB < v1.0/database.bt.cx.sql
  21. mysql -u root -pbtcx123 BitCoinsMariaDB < v2.0/database.bt.cx_Alter\ Table.sql
  22. ERROR 1091 (42000) at line 285: Can't DROP 'nVersion'; check that column/key exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement