1. MySQL 다운받기 경로 : http://dev.mysql.com/downloads/mysql/5.1.html 2. 압축풀기 7z.exe x mysql-noinstall-5.1.37-win32.zip -oC:\ 3. C:\Windows\mysql.ini 작성 [mysqld] # set basedir to your installation path basedir=C:\mysql-5.0.37-win32 # set datadir to the location of your data directory datadir=C:\mysql-5.0.37-win32\data 4. 윈도우 서비스에 등록 (관리자 권한으로 실행) C:\mysql-5.1.37-win32\bin>mysqld.exe --install MySQL -..
출처 : http://www.lug.or.kr/docs/LINUX/KLDP/KoreanDoc/html/JServ_PgSQL-KLDP-html/JServ_PgSQL-KLDP-5.html 1. JDBC 드라이버 받기 http://jdbc.postgresql.org/download.html 2. JDBC Connection 접속 소스 /** * JDBC Connection String Examples * * jdbc:postgresql:database_name * jdbc:postgresql://host/database_name * jdbc:postgresql://host:port/database_name */ import java.sql.*; public class PgsqlJdbcTest { public ..
출처 : http://www.davidpashley.com/articles/postgresql-user-administration.html http://www.faqs.org/docs/ppbook/x17149.htm 0. DB 콘솔 로그인 C:\pgsql\bin>psql -U postgres template1 psql (8.4.0) Type "help" for help. 1. 사용자 관리 1-1. 사용자 추가 template1=# CREATE USER scott WITH PASSWORD 'tiger'; CREATE ROLE 1-2. 사용자 조회 template1=# select * from pg_shadow; usename | usesysid | usecreatedb | usesuper | usecatu..
OS : Windows 7 1. PostgreSQL 다운받기 경로 : http://www.enterprisedb.com/products/pgbindownload.do 2. 압축풀기 7z.exe x postgresql-8.4.0-1-windows-binaries.zip -oC:\ 3. OS 사용자 만들기 (관리자 권한으로 실행) C:\pgsql>net user postgres 1234 /add 명령을 잘 실행했습니다. 4. C:\pgsql\bin 폴더 Path에 추가 제어판 > 시스템 > 환경변수의 Path 추가 5. 새로 생성한 postgres로 로그인 C:\pgsql>runas /user:postgres cmd postgres의 암호 입력: cmd을(를) 사용자 "BLUESANTA-PC\postgres..
- Total
- Today
- Yesterday
- 동경
- Spring
- BPI-M4
- ubuntu
- 서울오토살롱
- sas2009
- Mac
- 레이싱모델 익스트림 포토 페스티벌
- Delphi
- KOBA
- 튜닝쇼 2008
- JavaScript
- 지스타2007
- ble
- 송주경
- android
- koba2010
- MySQL
- ffmpeg
- NDK
- Linux
- Delphi Tip
- oracle
- SAS
- Spring MVC
- flex
- Java
- 일본여행
- 전예희
- Xcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |