Karson 8 年之前
父節點
當前提交
a0cc295381
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 分布式(主从服务器)