Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): Cannot assign requested address
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php
Line: 343
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/application/controllers/Api.php
Line: 12
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/index.php
Line: 316
Function: require_once
无法使用提供的设置连接到数据库服务器。
Filename: core/MY_Controller.php
Line Number: 343
3 \P � @ s d ddddddddd d ddd ddgZ ddlZddlZddlZddlZddlmZ ddlmZmZm Z m Z ddlmZmZm Z ddlmZ G dd� dej�ZeZejZej� e� _dd� Zdd� ZG dd� de�ZeZeZd&dd�ZG d d!� d!e�Zd"d� Zd#d$� Z ddf fd%d�Z!eZ"dS )'�Process�current_process�active_children�freeze_support�Lock�RLock� Semaphore�BoundedSemaphore� Condition�Event�Barrier�Queue�Manager�Pipe�Pool� JoinableQueue� N� )r )r r r r )r r r )r c @ s4 e Zd Zdddf i fdd�Zdd� Zedd� �ZdS )�DummyProcessNc C s8 t jj| |||||� d | _tj� | _d| _t� | _ d S )NF) � threading�Thread�__init__Z_pid�weakref�WeakKeyDictionary� _children� _start_calledr �_parent)�self�group�target�name�args�kwargs� r"