coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 24 guests online

Newest Member

beyondimagem

Hit Counter
9133552 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


coolcommand

how to create a table in mysql using a set
Description

To create a table in mysql with uses a set:

mysql> create table servers (hostname text not null,
-> prd set("T","F") not null default "T",
-> qlf set("T","F") not null default "T",
-> dev set("T","F") not null default "T",
-> test set("T","F") not null default "T",
-> primary key (hostname(10)));
Example

create table servers (hostname text not null, prd set("T","F") not null default "T", primary key (hostname(10)));

Return to search results

Random coolcommands

coolcommand: How do you know if your IBM AIX volume group is normal, big, or scalable
Example: lsvg myvg
[show me the details]
coolcommand: lscfg - display peripheral configuration on IBM RS/6000
Example: lscfg -pvl hdisk# | ent# | sys0
[show me the details]
coolcommand: vxmirror - how to mirror all the volumes on a disk in Veritas Volume Manager
Example: vxmirror rootdisk disk90
[show me the details]
coolcommand: sync - how to write i-node table and writes buffered to disk
Example: sync
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


 
coolcommands.com © 2012. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum