Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hacked By SlowGov09 Portugal !
- NASA HACKED 2014 :
- FUCK THE GOVERNMENT !
- EXPEXT US !
- +--------------------+
- | Database_found |
- +--------------------+
- | information_schema |
- | wikidb |
- +--------------------+
- help contents
- categories:
- Account Management
- Administration
- Data Definition
- Data Manipulation
- Data Types
- Functions
- Functions and Modifiers for Use with GROUP BY
- Geographic Features
- Language Structure
- Storage Engines
- Stored Routines
- Table Maintenance
- Transactions
- Triggers
- [*] help Account Management
- [*] topics:
- CREATE USER
- DROP USER
- GRANT
- RENAME USER
- REVOKE
- SET PASSWORD
- [*] Administration
- List Users
- databases;
- +--------------------+
- | Database |
- +--------------------+
- | information_schema |
- | dsn |
- | dss13 |
- | engwiki |
- | mysql |
- | performance_schema |
- | test |
- | venus |
- | wikidb |
- +--------------------+
- tables
- +-------------------+
- | Tables_in_engwiki |
- +-------------------+
- | archive |
- | category |
- | categorylinks |
- | change_tag |
- | externallinks |
- | filearchive |
- | hitcounter |
- | image |
- | imagelinks |
- | interwiki |
- | ipblocks |
- | job |
- | langlinks |
- | logging |
- | math |
- | objectcache |
- | oldimage |
- | page |
- | page_props |
- | page_restrictions |
- | pagelinks |
- | protected_titles |
- | querycache |
- | querycache_info |
- | querycachetwo |
- | recentchanges |
- | redirect |
- | revision |
- | searchindex |
- | site_stats |
- | tag_summary |
- | templatelinks |
- | text |
- | trackbacks |
- | transcache |
- | updatelog |
- | user |
- | user_groups |
- | user_newtalk |
- | valid_tag |
- | watchlist |
- +-------------------+
- mysql>
- +--------------------------+------------------+------+-----+----------+----------------+
- | Field | Type | Null | Key | Default | Extra |
- +--------------------------+------------------+------+-----+----------+----------------+
- | user_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
- | user_name | varbinary(255) | NO | UNI | | |
- | user_real_name | varbinary(255) | NO | | | |
- | user_password | tinyblob | NO | | NULL | |
- | user_newpassword | tinyblob | NO | | NULL | |
- | user_newpass_time | binary(14) | YES | | NULL | |
- | user_email | tinyblob | NO | | NULL | |
- | user_options | blob | NO | | NULL | |
- | user_touched | binary(14) | NO | | | |
- | user_token | binary(32) | NO | | | |
- | user_email_authenticated | binary(14) | YES | | NULL | |
- | user_email_token | binary(32) | YES | MUL | NULL | |
- | user_email_token_expires | binary(14) | YES | | NULL | |
- | user_registration | binary(14) | YES | | NUL | |
- | user_editcount | int(11) | YES | | NULL | |
- +--------------------------+------------------+------+-----+---------+----------------+
- mysql> user_name , user_real_name user_email
- +----------------+-----------------------------+--------------------------------+
- | user_name | user_real_name | user_email |
- +----------------+-----------------------------+--------------------------------+
- | WikiEng | | |
- | Failsafe2 | Marc Silva | [email protected] |
- | Gqwang | George | [email protected] |
- | Steves | Steve Smith | [email protected] |
- | Kuiper | Tom Kuiper | [email protected] |
- | Asoni cdscc | Ashish Soni | [email protected] |
- | Lgreenhill | lincoln greenhill | [email protected] |
- | Soriano | Melissa Soriano | [email protected] |
- | Daytonjones | Dayton Jones | [email protected] |
- | Stevesmith | stevesmith | [email protected] |
- | Jamar39rosario | Jamar Rosario | [email protected] |
- | Jamar22rosario | Jamar Rosario | [email protected] |
- | Rnavarro | Robert Navarro-102398 | [email protected] |
- | Mmfranco | Manuel M Franco | [email protected] |
- | Garciami | Cristina Garcia-Miro-115194 | [email protected] |
- | Wrheuser | Randy Heuser | [email protected] |
- | Masilva | Marc Silva | [email protected] |
- | Elorriag | Ioana Sotuela | [email protected] |
- | Tamppari | Leslie Tamppari | [email protected] |
- | Smartinez | Santa Martinez | [email protected] |
- | Wam | Walid Majid | [email protected] |
- | Majid | Walid A Majid | [email protected] |
- | Shoriuchi | Shinji Horiuchi | [email protected] |
- | RWL | Roger Lighty | [email protected] |
- | Lazio | Joe Lazio | [email protected] |
- +----------------+-----------------------------+--------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement