static function getDbDefaultPort($dbType)
 {
     if (Install_Utils_Model::isMySQL($dbType)) {
         return "3306";
     }
 }