설치시 php 5.2.2 설치 불가로 표시. mysql의 경우 127.0.0.1보다 자주 사용되는 localhost로 DB주소 변경 (이는 DB서버 관리자의 설정인데 localhost로 더 많이 사용한다고 판단)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-09 06:02:11 +00:00
parent d9a9453e1c
commit ce3a27e00f
4 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,7 @@
<tr>
<th rowspan="6" class="hr" scope="row">{$db_type}</th>
<th class="second" scope="row"><label for="textfield11">{$lang->db_hostname}</label></th>
<td><input type="text" name="db_hostname" value="127.0.0.1" class="inputTypeText w100" id="textfield11" /></td>
<td><input type="text" name="db_hostname" value="localhost" class="inputTypeText w100" id="textfield11" /></td>
</tr>
<tr>
<th class="second" scope="row"><label for="textfield12">{$lang->db_port}</label></th>