WordPress 如何隐藏wp-config.php里面数据库信息 [复制链接]

帖子链接已复制到剪贴板
tetepay (UID: 2470) 9月前
帖子已经有人评论啦,不支持删除!

1179 10

如题

/** Use MySQL over SSL */
define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL );
/** The name of the database for WordPress */
define( 'DB_NAME', getenv('DB_NAME') );
/** MySQL database username */
define( 'DB_USER', getenv('DB_USER') );
/** MySQL database password */
define( 'DB_PASSWORD', getenv('DB_PASSWORD') );
/** MySQL hostname */
define( 'DB_HOST', getenv('DB_HOST') );
/** 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', '' );
9000多个源码:www.httple.net
已有评论 (10)
提示:您必须 登录 才能查看此内容。
创建新帖
广告推广点击空位自助购买