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
� zfc @ s� d d l m Z d d l m Z d d l Z d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d � Z e d k r� e � n d S( i����( t test_support( t multibytecodec_supportNt TestCP932Mapc B sf e Z d Z d Z d d d d d g Z x: e d d � D]) Z e j e e � e e d � f � q7 WRS( t cp932s+ http://www.pythontest.net/unicode/CP932.TXTs �u s �u s �u s �u s �u i� i� i�� ( s �u ( s �u ( s �u ( s �u ( s �u ( t __name__t __module__t encodingt mapfileurlt supmapst ranget it appendt chrt unichr( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestEUCJPCOMPATMapc B s e Z d Z d Z d Z RS( t euc_jps EUC-JP.TXTs, http://www.pythontest.net/unicode/EUC-JP.TXT( R R R t mapfilenameR ( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestSJISCOMPATMapc B s2 e Z d Z d Z d Z d g Z d d d g Z RS( t shift_jiss SHIFTJIS.TXTs. http://www.pythontest.net/unicode/SHIFTJIS.TXTs �_u \s \u ¥t ~u ‾( s �_u \( s \u ¥( R u ‾( s �_u \( R R R R R t pass_enctestt pass_dectest( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestEUCJISX0213Mapc B s e Z d Z d Z d Z RS( t euc_jisx0213s EUC-JISX0213.TXTs2 http://www.pythontest.net/unicode/EUC-JISX0213.TXT( R R R R R ( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyR . s t TestSJISX0213Mapc B s e Z d Z d Z d Z RS( t shift_jisx0213s SHIFT_JISX0213.TXTs4 http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT( R R R R R ( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyR 5 s c C s t j t � d S( N( R t run_unittestR ( ( ( s. /usr/lib64/python2.7/test/test_codecmaps_jp.pyt test_main<