Activity Stream
48,167 MEMBERS
6811 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com

    Default HINT: Visually view a mysql table

    There's a small peice of mysql syntax that will create a visual form of a table ok soo lets say we just created a database with the following create command

    Code: 
    CREATE TABLE SessHolder (
        id varchar(32) NOT NULL,
        access int(10) unsigned,
        data text,
        PRIMARY KEY (id)
    );
    So now if we run the DESCRIBE Command we should
    get a result like so.

    Code: 
    mysql> DESCRIBE SessHolder
    +--------+------------------+------+-----+---------+-------+
    | Field  | Type             | Null | Key | Default | Extra |
    +--------+------------------+------+-----+---------+-------+
    | id     | varchar(32)      |      | PRI |         |       |
    | access | int(10) unsigned | YES  |     | NULL    |       |
    | data   | text             | YES  |     | NULL    |       |
    +--------+------------------+------+-----+---------+-------+
    Im sure you will all agree that this is much easier to read!

    Peace
    litewarez Reviewed by litewarez on . HINT: Visually view a mysql table There's a small peice of mysql syntax that will create a visual form of a table ok soo lets say we just created a database with the following create command CREATE TABLE SessHolder ( id varchar(32) NOT NULL, access int(10) unsigned, data text, PRIMARY KEY (id) ); So now if we run the DESCRIBE Command we should get a result like so. Rating: 5
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    WarezX.info
    Its one of basic commands.I think we can also use DESC tablename

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Warez site Hint's and tips
    By Jamie Holle in forum Webmaster Discussion
    Replies: 13
    Last Post: 12th Dec 2011, 11:35 AM
  2. mySQL Memory Table problems.
    By TechPro in forum Technical Help Desk Support
    Replies: 2
    Last Post: 31st Oct 2011, 09:11 AM
  3. "-" sign on mySQL table value , Information needed!
    By TechPro in forum Webmaster Discussion
    Replies: 0
    Last Post: 26th Sep 2011, 06:47 AM
  4. mysql auto repair table upon crash
    By tdsii in forum Web Development Area
    Replies: 8
    Last Post: 1st Mar 2011, 12:00 AM
  5. mysql table corrupted vb4
    By themude in forum vBulletin
    Replies: 17
    Last Post: 21st Sep 2010, 12:42 PM

Tags for this Thread

BE SOCIAL