#mysqladmin -u root -p******** creat nuke
글쓴이: 익명 사용자 / 작성시간: 토, 2001/08/25 - 9:27오전
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 나 써야겠다 ?
아침도 못먹은 전선의달밤 횡설수설 였습니다.
Forums:
