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
无法使用提供的设置连接到数据库服务器。
Filename: core/MY_Controller.php
Line Number: 343
<?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';