Commit 8217a9d7 authored by iWallet Dev's avatar iWallet Dev

Live Mirror Change DB Port

parent 818d5c1b
...@@ -20,7 +20,7 @@ class Cnnector extends CommonBase { ...@@ -20,7 +20,7 @@ class Cnnector extends CommonBase {
try { try {
$host = $this -> getConfigValue(SECTION_DB, HOST_NAME); $host = $this -> getConfigValue(SECTION_DB, HOST_NAME);
$port = '3306'; $port = '33060';
$username = $this -> getConfigValue(SECTION_DB, USER_NAME); $username = $this -> getConfigValue(SECTION_DB, USER_NAME);
$password = $this -> getConfigValue(SECTION_DB, LOGIN_PASS); $password = $this -> getConfigValue(SECTION_DB, LOGIN_PASS);
$db = $this -> getConfigValue(SECTION_DB, TARGET_DB_NAME); $db = $this -> getConfigValue(SECTION_DB, TARGET_DB_NAME);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment