| 当前状态:配置 config.php |
|
| > 检查配置文件状态 |
config.php 存在检查 ... <{$fileexists}>
|
config.php 可写检查 ... <{$filewriteable}>
|
|
| > 浏览/编辑当前配置 |
请在下面填写您的数据库账号信息, 通常情况下请不要修改红色选项内容. |
<{if !$exist_error}> <{if !$write_error}>
|
<{else}>
| 变量 |
当前值 |
注释 |
| $servername |
<{$servername}> |
数据库服务器, 一般为 localhost |
| $dbusername |
<{$dbusername}> |
数据库账号(用户名) |
| $dbpassword |
<{$dbpassword}> |
数据库密码 |
| $dbname |
<{$dbname}> |
数据库名称 |
| $technicalemail |
<{$technicalemail}> |
系统 Email |
| $db_prefix |
<{$db_prefix}> |
数据表名前缀 |
|
|
<{/if}> <{else}>
|
<{/if}>
|
| Powered by SSMS<{$version}> , Copyright © Shuiyun Studio, 2004 |