출처 http://ask.nate.com/qna/view.html?n=4636134 MySQL 4.1.21 설치후 접속 오류 해결 해당오류 - ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) - ERROR 2003 :Can't connect to Mysql server on 'localhost' - mysqladmin: connect to server at 'localhost' failed - error: 'Can't connect to MySQL server on 'localhost' (10061)' Enter password: ****** Welcome to the MySQL monitor. Comma..
출처 : http://www.gpgstudy.com/gpgiki/MySQL%EC%97%90%EC%84%9C%20%EC%82%AC%EC%9A%A9%EC%9E%90%EC%99%80%20%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4%20%EB%A7%8C%EB%93%A4%EA%B8%B0 0. 커맨드 모드 접근 C:\mysql-5.1.37-win32\bin>mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version: 5.1.37-community MySQL Community Server (GPL) Type 'help..
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..
String databaseURL = "jdbc:firebirdsql:local:C:/Firebird/data/BIZ.FDB?sql_dialect=1"; String user = "bizuser"; String password = "bizpw"; try { Class.forName ("org.firebirdsql.jdbc.FBDriver"); Connection conn = DriverManager.getConnection (databaseURL, user, password); System.out.println(conn); } catch (Exception e) { e.printStackTrace(); }
- Total
- Today
- Yesterday
- 동경
- Xcode
- Delphi Tip
- sas2009
- Delphi
- MySQL
- JavaScript
- BPI-M4
- Spring MVC
- SAS
- 일본여행
- koba2010
- ubuntu
- 튜닝쇼 2008
- KOBA
- flex
- Spring
- NDK
- ffmpeg
- Java
- 전예희
- ble
- Mac
- 송주경
- Linux
- 레이싱모델 익스트림 포토 페스티벌
- 서울오토살롱
- android
- 지스타2007
- oracle
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |