Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 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. ->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement