mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
r6689의 MSSQL관련 설치시 필요한 언어 파일 수정 커밋
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6690 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1193d5e152
commit
f7024290a2
8 changed files with 8 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ EndOfLicense;
|
|||
'sqlite2' => '파일로 데이터를 저장하는 sqlite2를 지원합니다.<br />설치시 DB파일은 웹에서 접근할 수 없는 곳에 생성하여 주셔야 합니다.<br />(안정화 테스트가 되지 않았습니다)',
|
||||
'sqlite3_pdo' => 'PHP의 PDO로 sqlite3를 지원합니다.<br />설치시 DB파일은 웹에서 접근할 수 없는 곳에 생성하여 주셔야 합니다.',
|
||||
'cubrid' => 'CUBRID DB를 이용합니다. <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a>',
|
||||
'mssql' => 'MSSQL DB를 이용합니다.',
|
||||
'postgresql' => 'PostgreSql을 이용합니다',
|
||||
'firebird' => 'Firebird를 이용합니다.<br />DB 생성 방법 (create database "/path/dbname.fdb" page_size=8192 default character set UTF8;)',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue