Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  
  2. mysql> use pushpool;
  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. Database changed
  7. mysql> desc shares;
  8. +-----------------+---------------+------+-----+---------+----------------+
  9. | Field | Type | Null | Key | Default | Extra |
  10. +-----------------+---------------+------+-----+---------+----------------+
  11. | id | bigint(30) | NO | PRI | NULL | auto_increment |
  12. | time | int(255) | NO | | NULL | |
  13. | rem_host | varchar(255) | NO | | NULL | |
  14. | username | varchar(120) | NO | | NULL | |
  15. | our_result | enum('Y','N') | NO | | NULL | |
  16. | upstream_result | enum('Y','N') | YES | | NULL | |
  17. | reason | varchar(50) | YES | | NULL | |
  18. | solution | varchar(257) | NO | | NULL | |
  19. +-----------------+---------------+------+-----+---------+----------------+
  20. 8 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement