mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
설치시 db port가 제대로 설정되지 않는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3720 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6562b39554
commit
434395cf4b
6 changed files with 12 additions and 1 deletions
|
|
@ -57,6 +57,7 @@
|
|||
function _setDBInfo() {
|
||||
$db_info = Context::getDBInfo();
|
||||
$this->hostname = $db_info->db_hostname;
|
||||
$this->port = $db_info->db_port;
|
||||
$this->userid = $db_info->db_userid;
|
||||
$this->password = $db_info->db_password;
|
||||
$this->database = $db_info->db_database;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue