sqlplus "/as sysdba" 를 통해 접속 Character set 확인select name, value$from props$where name in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET'); Character set 수정update sys.props$ set value$='KO16MSWIN949' where name = 'NLS_CHARACTERSET'; commit;
exp, imp 명령어가 가능한 환경(Oracle이 설치되어있다던지)에서 - Exportexp ID/PWD@IP:PORT file=FILENAME.dmp Example)IP : 192.168.0.99port : 1521sid : ORA11 > exp userid/userpwd@192.168.0.99/ORA11 file=abcd.dmp - Importimp ID/PWD@IP:PORT file=FILENAME.dmp Example)> imp userid/userpwd@192.168.0.99/ORA11 file=abcd.dmp full=y
Mysql을 다운로드, 압축을 풀고 보면 my-default.ini 파일이 있음. 이 파일을 복사하여 my.ini로 만들고(위치는 MySQL 경로 ex: c:\dev\Mysql) 다음 코드 입력 후 저장. ------------------------------------------------------ [client]default-character-set = utf8 [mysqld]character-set-client-handshake = FALSEinit_connect="SET collation_connection = utf8_general_ci"init_connect="SET NAMES utf8"character-set-server = utf8 [mysql]default-character-set = ..
mysql이 실행중이라면, 종료. mysql을, ./mysqld_safe --skip-grant-tables & 명령으로 실행(권한 테이블 없이 daemon으로 실행) 다음은 순서대로. 1. ./mysql -uroot 2. use mysql; 3. update user set password=password('쓸 패스워드') where user = 'root'; 제대로 SQL문을 넣었다면 (Query OK, x rows affected (0.00 sec) 이런식으로 뜸. 4. flush privileges; 3번과 동일한 결과. 5. exit Mysql 다시 재시작(./mysql_admin -uroot -p shutdown)후 재시작하여 변경한 패스워드로 로그인. 출처 : http://missmis.eg..
1. my.cnf 생성 출처 : http://blog.naver.com/ppesky/10038610631 mysql 설치 디렉토리(Mac의 경우 /usr/local/mysql*)의 하위 support-files 디렉토리의 my-*.cnf 파일 중 자신의 개발 환경에 맞는 파일을 /etc/my.cnf로 복사 (cp my-huge.cnf /etc/my.cnf) my-huge.cnf : 1-2GB의 메모리를 쓰게 될 경우 my-large.cnf : 512MB의 메모리를 쓰게 될 경우 my-medium.cnf : 32-64MB를 쓰게 될 경우 my-small.cnf : 64MB 이하. 2. UTF-8 설정 출처 : http://seban21.blog.me/70105070667 sudo vim /etc/my.cn..
- Total
- Today
- Yesterday
- 아이패드 프로 9.7
- 이어폰
- isine20
- password
- Too many open files
- root
- 비교
- my.cnf
- mysql
- UTF-8
- 아이패드 프로 12.9
- UID
- Oracle
- audeze
- ioexception
- xcopy
- OSX
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |