#mysqladmin -u root -p******** creat nuke

익명 사용자의 이미지

mysql>grant all privileges on nuke.* to nuke@localhost identified by '********';

# vi nuke.sql

CREATE TABLE stories (
sid int(11) DEFAULT '0' NOT NULL auto_increment,
aid varchar(30) DEFAULT '' NOT NULL,
title varchar(80),
time datetime,
introtext text,
fulltext text NOT NULL,
comments int(11) DEFAULT '0',
counter mediumint(8) unsigned,
topic int(2) DEFAULT '1' NOT NULL,
informant varchar(20) DEFAULT '' NOT NULL,
notes text NOT NULL,
hits int(11) DEFAULT '0' NOT NULL,
PRIMARY KEY (sid)
);

q

#mysql -u root -p******** nuke < nuke.sql

이 대목에서 획까닥 돌아버려 습니다.
아 ~~~ 전선의달밤이여 !
nuke 보담 더 좋은것은 weblog 나 써야겠다 ?

아침도 못먹은 전선의달밤 횡설수설 였습니다.