Sa nagbi imuru C
Mysql euc-kr 에서 utf-8로 변환
1. 데이터 백업 소스백업 #tar cvzpf [백업파일이름.tar.gz ] [백업할 디렉토리] euc-kr로 된 db를 dump 받는다. # mysqldump -u[id] -p [db] > dump.sql 2. 데이터 전송 3. 새로운 db 작성 후 사용자 권한 허가 $ mysql -u adminusername -p Enter password: Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 5340 to server version: 3.23.54 Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the buffer. mysql> CREATE DATABASE data..
ardor../linux.
2007. 9. 2. 06:22