Programming (15) 썸네일형 리스트형 [firebirdsql] read script file isql -q -i filename [firebirdsql] Autostart firebirdsql on centos 6 # Prerequisite# Already installed firebirdsql on OS. # to AutoStartcp /opt/firebird/misc/firebird.init.d.mandrake /etc/init.d/firebirdchmod 755 /etc/init.d/firebird then add the following line in /etc/rc.d/rc.local file/etc/init.d/firebird start [wincap] Start wincap driver autometically when the OS was started # This post is for Windows. wireshark, URLSnoop 등을 사용할 때 필수로 필요한 wincap 드라이버. 설치할 때 "Automatically start the WinCap driver at boot time" 에 체크를 했다면 문제가 없겠으나 혹 자는 자동으로 시작하는 것이 꺼림칙 해서 체크를 해제하고 설치하는 사람도 있다. (그 중 한명이 본인...) 설치 후 wireshark 및 URLSnoop 를 실행하면 캡쳐할 네트웍 어뎁터 리스트를 볼 수 있으나 시스템을 재부팅 하고 난 후엔 네트웍 어뎁터 리스트를 볼수가 없다. wincap driver 가 시작되지 않은 경우이다. 이런 경우에는 수동으로 시작하는 방법이 있다. 1. 관리 도구 > 서비스NetGroup Pack.. [firebirdsql] Firebird Character Sets and Collations http://www.destructor.de/firebird/charsets.htm [firebirdsql] create database for windows installDir\bin\> isql -s 1 -ch KSC_5601SQL> create database 'c:\testdb.fdb' user 'usr1' password '87654321' page_size 8192 default character set KSC_5601;SQL> show db;Database: c:\testdb.fdb Owner: usr1PAGE_SIZE 8192Number of DB pages allocated = 164Sweep interval = 20000Forced Writes are ONTransaction - oldest = 1Transaction - oldest active = 2Transaction - oldest snapshot = 2Transa.. [firebirdsql] add user # for windows # Prerequisite- sysdba password 는 123456768- 생성할 유저 : usr1- 생성할 유저 비밀번호 : 87654321 installDir\bin> gsec -user sysdba -password 12345678GSEC> add usr1 -pw 87654321; or installDir\bin> gsec -user sysdba -pass masterkey -add usr1 -pw 87654321 [firebirdsql] to change sysdba password # Prerequisite- sysdba basic password id 'masterkey'- I'll try to change basic password to '12345678'. # firebirdsqlDir/bin>gsec -user sysdba -password masterkeyGSEC> modify sysdba -pw 12345678; or # firebirdsqlDir\bin> gsec -user sysdba -pass masterkey -mo sysdba -pw 12345678 # attention- FirebirdSql can recognize just 8 letters for passwords.- If you input over 8 letters, it just can recognize.. [firebirdsql] Install FirebirdSql # for windows installDir\bin>install_class.bat 이전 1 2 다음