wordpress数据库配置文件

WordPress的数据库配置文件在网站根目录 wp-config.php

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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'Ey4y#5fGnz' );

/** 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', '' );

版权声明:
作者:Daloong
链接:https://www.daloong.cn/?p=407
来源:This is Daloong's blog
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
海报
wordpress数据库配置文件
WordPress的数据库配置文件在网站根目录 wp-config.php // ……
<<上一篇
下一篇>>