翻译一下 MySQL settings

来源:百度知道 编辑:UC知道 时间:2024/05/14 15:04:03
谁能棒我翻译下 第一段就可以!

<?php
// ** MySQL settings ** //
define('hizb', 'putyourdbnamehere'); // The name of the database
define('hizb_f', 'usernamehere'); // Your MySQL username
define('q', 'yourpasswordhere'); // ...and password
define('localhost', 'localhost'); // 99% chance you won't need to change this value
define('utf8', 'utf8');
define('', '');

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

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLAN

< ? php
/ / **的mysql设置** / /
界定( '伊斯兰' , ' putyourdbnamehere ' ) ; / /名义数据库
界定( ' hizb_f ' , ' usernamehere ' ) ; / /你的mysql用户名
界定(阿q ' , ' yourpasswordhere ' ) ; / / ...和密码
界定( ' localhost ' , ' localhost ' ) ; / /百分之九十九的机会,你将不必改变这个值
界定( ' utf8的' , ' utf8的' ) ;
界定( '' , '' ) ;

/ /你可以有多种装置,在一库,如果你让每一个独特的前缀
元table_prefix = ' wp_ ' ; / /只有号码,信件,并强调拜托!

/ /改变这种本地化wordpress的。相应莫档案,为
/ /选择语言必须被安装到wp-content/languages 。
/ /例如,安装de.mo以wp-content/languages和一套wplang以'德'
/ /使德语语言支持。
界定( ' wplang ' , ' zh_cn ' ) ;

/ *说的一切,停止编辑!快乐博客。 * /

界定( ' abspath ' , dirname ( __ ).'/');
require_once ( abspath. '可湿性粉剂- settings.php ' ) ;
? >

不帮你翻译,告诉你怎么做好了.
这个就是提示你哪里进行修改
第一行那个put....就是在把那里改成你数据库的名字
第二行是数据库用户名