Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {+} Target: http://www.bristol.ac.uk/
- {+} Author: Honey1337 & Haxy (Unkn0wnCrew)
- {+} Contact: http://twitter.com/Honey1337 & https://twitter.com/HaxyUnk
- --------------------------------------------
- Server: 10.0.239.91
- web application technology: Apache 2.2
- Database : Mysql
- back-end DBMS: MySQL 5.0
- Total Number Of Databses : 2
- Name Of Databases : 1. 435350_nails
- 2. information_schema
- Database: information_schema [ 25 Tables ]
- +---------------------------------------+
- | CHARACTER_SETS |
- | CLIENT_STATISTICS |
- | COLLATIONS |
- | COLLATION_CHARACTER_SET_APPLICABILITY |
- | COLUMNS |
- | COLUMN_PRIVILEGES |
- | INDEX_STATISTICS |
- | INNODB_BUFFER_POOL_CONTENT |
- | INNODB_IO_PATTERN |
- | INNODB_RSEG |
- | KEY_COLUMN_USAGE |
- | PROCESSLIST |
- | PROFILING |
- | ROUTINES |
- | SCHEMATA |
- | SCHEMA_PRIVILEGES |
- | STATISTICS |
- | TABLES |
- | TABLE_CONSTRAINTS |
- | TABLE_PRIVILEGES |
- | TABLE_STATISTICS |
- | TRIGGERS |
- | USER_PRIVILEGES |
- | USER_STATISTICS |
- | VIEWS |
- +---------------------------------------+
- Database: 435350_nails [38 tables]
- +-----------------+
- | ad_homepage |
- | articles |
- | ask_the_pro |
- | autos |
- | blog |
- | blog_comments |
- | blog_tags |
- | blog_users |
- | callouts |
- | careers |
- | classes |
- | content |
- | content_sub |
- | embed |
- | events |
- | history |
- | image |
- | image_home |
- | image_product |
- | images |
- | intake |
- | news |
- | news_outside |
- | pdf |
- | people |
- | products |
- | products_brands |
- | products_cat |
- | request_info |
- | sets |
- | sketch |
- | slides |
- | specials |
- | testdata |
- | tips |
- | travel360 |
- | travel3602 |
- | useradmin |
- +-----------------+
- Database: 435350_nails
- Table: blog_users [7 columns]
- +-------------+-----------------+
- | Column | Type |
- +-------------+-----------------+
- | bio | text |
- | create_date | int(11) |
- | id | int(4) unsigned |
- | image | varchar(50) |
- | live_switch | set('y','n') |
- | name | varchar(255) |
- | site | int(3) unsigned |
- +-------------+-----------------+
- Database: 435350_nails
- Table: useradmin [6 columns]
- +------------+--------------+
- | Column | Type |
- +------------+--------------+
- | alert_pref | char(1) |
- | email | varchar(100) |
- | level | varchar(5) |
- | password | varchar(20) |
- | status | varchar(50) |
- | user_name | varchar(15) |
- +------------+--------------+
- Storage Engine Description
- MEMORY Hash based, stored in memory, useful for temporary tables
- CSV CSV storage engine
- MRG_MYISAM Collection of identical MyISAM tables
- BLACKHOLE /dev/null storage engine (anything you write to it disappears)
- MyISAM MyISAM storage engine
- InnoDB Supports transactions, row-level locking, and foreign keys
- ARCHIVE Archive storage engine
- FEDERATED Federated MySQL storage engine
- PERFORMANCE_SCHEMA Performance Schema
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement