Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # mysql -p -D bucket
  2. Enter password:
  3. Reading table information for completion of table and column names
  4. You can turn off this feature to get a quicker startup with -A
  5.  
  6. Welcome to the MySQL monitor. Commands end with ; or \g.
  7. Your MySQL connection id is 20 to server version: 4.1.22-standard
  8.  
  9. Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
  10.  
  11. mysql> status
  12. --------------
  13. mysql Ver 14.7 Distrib 4.1.22, for pc-solaris2.10 (i386) using readline 4.3
  14.  
  15. Connection id: 20
  16. Current database: bucket
  17. Current user: root@localhost
  18. mysql> show tables;
  19. +------------------+
  20. | Tables_in_bucket |
  21. +------------------+
  22. | bucket_facts |
  23. | bucket_items |
  24. | bucket_values |
  25. | bucket_vars |
  26. | genders |
  27. | mainlog |
  28. | word2id |
  29. | word2line |
  30. +------------------+
  31. 8 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement