diff --git a/application/database.php b/application/database.php
index d5c1c3a..18fa94c 100755
--- a/application/database.php
+++ b/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 分布式(主从服务器)