Skip to main content

alfred westerveld's Library tagged storage   View Popular

03 Apr 09

MySQL FAQs - Storage Engines: MyISAM, InnoDB and BDB

  • >cd \mysql\bin
    >mysql -u dev -piyf fyi

    mysql> CREATE TABLE fyi_memory (
    id INTEGER PRIMARY KEY,
    title VARCHAR(80),
    count INTEGER )
    ENGINE = MEMORY;
    Query OK, 0 rows affected, 1 warning (0.07 sec)

    mysql> SHOW CREATE TABLE fyi_memory;
    CREATE TABLE `fyi_memory` (
    `id` int(11) NOT NULL,
    `title` varchar(80) default NULL,
    `count` int(11) default NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=MEMORY DEFAULT CHARSET=latin1
    1 row in set (0.02 sec)
07 Mar 08

Drop.io: Simple, Private Storage & Sharing

  • A private place for storing and sharing photos, video, audio, notes, docs, etc. Each is accessible only to those whom you tell exactly where to look.
1 - 13 of 13
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo