블로그 이미지
규미

Rss feed Tistory
etc. 2011. 6. 3. 11:33

ORACLE TABLE SPACE 생성

create tablespace [tablespace_name] datafile 'C:\oracle\product\10.2.0\oradata\orcl/[file_name].dbf' size 500m;

,
etc. 2011. 5. 30. 16:45

mysql database, user 생성

create 테이블명;

계정생성
use mysql;
insert into user (host,user,password) values('localhost','계정',password('패스워드')); 

desc db;
insert into db values('localhost','db명','계정','y','y','y','y','y','y','y','y','y','y','y','y','y','y','y','y','y');

,
etc. 2011. 5. 26. 16:16

HTTP 정리

,
etc. 2011. 5. 18. 16:30

vmware sorry this application...


 sorry this application cannot run under a Virtual Machine

 

해당 vmx 파일에

 

monitor_control.restrict_backdoor = "TRUE"

 

추가

,
TOTAL TODAY