Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. mysql --user=root --password=******
  2.  
  3. DROP DATABASE zarafa;
  4.  
  5. CREATE DATABASE zarafa;
  6.  
  7. # using mysql --user=root --password=****** --database=zarafa < zarafa-backup to restore the database
  8.  
  9. MySQL 5.0.32-Debian_7et uptime 0 0:2:42 Mon Mar 8 19:22:02 2010
  10.  
  11. __ Key _________________________________________________________________
  12. Buffer used 51.98M of 512.00M %Used: 10.15
  13. Current 145.35M %Usage: 28.39
  14. Write ratio 1.00
  15. Read ratio 0.01
  16.  
  17. __ Questions ___________________________________________________________
  18. Total 979.94k 6049.0/s
  19. Slow 0 0.00/s %Total: 0.00 %DMS: 0.00
  20. DMS 979.70k 6047.5/s 99.98
  21.  
  22. __ Table Locks _________________________________________________________
  23. Waited 0 0.00/s %Total: 0.00
  24. Immediate 979.86k 6048.5/s
  25.  
  26. __ Tables ______________________________________________________________
  27. Open 64 of 64 %Cache: 100.00
  28. Opened 190 1.17/s
  29.  
  30. __ Connections _________________________________________________________
  31. Max used 2 of 100 %Max: 2.00
  32. Total 42 0.26/s
  33.  
  34. __ Created Temp ________________________________________________________
  35. Disk table 0 0.00/s
  36. Table 11 0.07/s
  37. File 4 0.02/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement