ccordovas

Untitled

Oct 3rd, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. mysql> use koha_bibliogam;
  2. Reading table information for completion of table and column names
  3. You can turn off this feature to get a quicker startup with -A
  4.  
  5. Database changed
  6. mysql> SET foreign_key_checks = 0;
  7. Query OK, 0 rows affected (0.00 sec)
  8.  
  9. mysql> delete from auth_header;
  10. Query OK, 5323 rows affected (0.05 sec)
  11.  
  12. mysql> delete from import_auths;
  13. Query OK, 5323 rows affected (0.05 sec)
  14.  
  15. mysql> SET foreign_key_checks = 1;
  16. Query OK, 0 rows affected (0.00 sec)
  17.  
  18. mysql>
  19. mysql>
  20. mysql> exit
  21. Bye
  22. root@koha:~# koha-rebuild-zebra -v -d -a -x bibliogam
  23. Zebra configuration information
  24. ================================
  25. Zebra biblio directory = /var/lib/koha/bibliogam/biblios
  26. Zebra authorities directory = /var/lib/koha/bibliogam/authorities
  27. Koha directory = /usr/share/koha/intranet/cgi-bin
  28. Lockfile = /var/lock/koha/bibliogam/rebuild/rebuild..LCK
  29. BIBLIONUMBER in : 999$c
  30. BIBLIOITEMNUMBER in : 999$d
  31. ================================
  32. ====================
  33. exporting authority
  34. ====================
  35.  
  36. Records exported: 0
  37.  
  38. Records exported: 0
  39. ====================
  40. REINDEXING zebra
  41. ====================
  42. skipping biblios
  43. ====================
  44. CLEANING
  45. ====================
  46. root@koha:~#
Advertisement
Add Comment
Please, Sign In to add comment