Karson 8 years ago
parent
commit
a0cc295381
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/database.php

+ 2 - 2
application/database.php

@@ -16,7 +16,7 @@ return [
     // 服务器地址
     'hostname'        => '127.0.0.1',
     // 数据库名
-    'database'        => 'thinkphp',
+    'database'        => 'fastadmin',
     // 用户名
     'username'        => 'root',
     // 密码
@@ -30,7 +30,7 @@ return [
     // 数据库编码默认采用utf8
     'charset'         => 'utf8',
     // 数据库表前缀
-    'prefix'          => 'think_',
+    'prefix'          => 'fa_',
     // 数据库调试模式
     'debug'           => true,
     // 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)