alfred westerveld's Library tagged → 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
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in storage
Related Lists on Diigo
-
File Storage
Items: 26 | Visits: 104
Created by: Orli Yakuel
-
nas_usb-storage server
collection of ethernet usb2...
Items: 38 | Visits: 2080
Created by: toshel <<<<
-
Online Databases
Some online database and da...
Items: 11 | Visits: 88
Created by: smckearney
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
