coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Tuesday May 21, 2013


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?

Who's Online
We have 27 guests online

Newest Member

nbewwmbxog

Hit Counter
11546635 Visitors

cool Statistics
coolcommands:1338
Categories:83
Total queries:620138
Members:22813





Search coolcommands.com
Search Keyword:


coolcommand

how to create a table in mysql
Description

To create a table in mysql:

mysql> create table users (username text not null,
-> password text not null,
-> primary key (username(8)));
Example

create table users (username text not null, password text not null, primary key (username(8)));

Return to search results

Random coolcommands

coolcommand: apropos - how to locate commands by keyword lookup
Example: apropos password
[show me the details]
coolcommand: how to load a mysql database from a file to see warnings
Example: LOAD DATA INFILE '/tmp/INV_current.txt' INTO TABLE myapps.INV_current FIELDS TERMINATED BY ';' lines terminated by "\n" (bundle,server,type,name,version,description,tree);
[show me the details]
coolcommand: how to create a mirror for swap in Solaris Volume Manager
Example: metainit d20 -m d21; vi /etc/vfstab; reboot; metattach d20 d22; swap -l
[show me the details]
coolcommand: hostid - prints the numeric identifier of the current host
Example: hostid
[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

lvo1160
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris51939
Category AIX49006
Category General UNIX47516
solaris23554
aix22739

Terms of Use
Privacy
Contact


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