乐于分享
好东西不私藏

Vastbase 3.0 数据库安装完全指南

Vastbase 3.0 数据库安装完全指南

对于数据库入门学习而言,数据库安装往往是第一道门槛。在过往授课中,赵老师接触频次最高的问题始终绕不开安装环节的卡壳:或是系统版本不匹配,或是配置疏漏,或是命令输入细节出错。让初学者原本高涨的学习热情骤然降温。

基于众多学员这一常见痛点,本文立足零基础视角,摒弃复杂晦涩的专业术语,手把手带着大家完成Vastbase数据库的安装部署。从硬件规划到安装验证,帮助初学者成功跨过数据库学习的第一道难关。

一、硬件与操作系统要求
1. 1 确认安装要求

安装 Vastbase 之前,首先需要确认硬件与操作系统是否满足安装要求。根据Vastbase官方文档,硬件和操作系统要求如下:

硬件适配列表

目前Vastbase支持X86(包括海光C86)、龙芯、鲲鹏920、飞腾S2500、飞腾D2000、飞腾5000C、飞腾2000+等不同架构的硬件。

硬件最低要求

硬件项目
要求
内存
单机4G+,主从8G+
CPU
2核以上
存储
800MB软件+750MB元数据
网络
千兆以上

操作系统要求

从Vastbase 2.2 Build 15 (Patch No.8)版本开始海量数据提供通用打穿包,针对不同CPU架构进行适配。这意味不再区分操作系统,只要硬件满足要求即可。为了确保操作系统与数据库之间良好适配,建议使用CentOS、Redhat、openEuler、Kylin、UOS等常见的操作系统。

演示环境说明

本文演示环境配置如下:

CPU:Intel X86_64 i7-11700 @ 2.50GHz

内存:16GB

操作系统:openEuler 22.03 SP3

主机名:oevb1501

1. 2 检查硬件

正式安装之前建议对cpu、内存、网络、存储空间进行仔细检查,确保各项都符合安装要求。

1. 检查cpu可以使用lscpu、cat /proc/cpuinfo等命令:

[root@oevb1501 ~]# cat /proc/cpuinfo | grep "model name"model name      : 11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHzmodel name      : 11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz

2. 检查内存可使用free、cat /proc/meminfo等命令:

[root@oevb1501 ~]# free -m               total        used        free      shared  buff/cache   availableMem:           15487         403       15160           8         180       15083Swap:          16382           0       16382

3. 使用ifconfig命令检查网卡,确认IP地址已经正确配置:

[root@oevb1501 ~]# ifconfigenp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500        inet 192.168.1.105  netmask 255.255.255.0  broadcast 192.168.1.255        inet6 fe80::a00:27ff:fedf:9ea4  prefixlen 64  scopeid 0x20<link>        ether 08:00:27:df:9e:a4  txqueuelen 1000  (Ethernet)        RX packets 1792346  bytes 2002392295 (1.8 GiB)        RX errors 0  dropped 162  overruns 0  frame 0        TX packets 709907  bytes 52778565 (50.3 MiB)        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

4. 检查是否有足够的存储空间,使用df命令检查

[root@oevb1501 ~]# df -hFilesystem      Size  Used Avail Use% Mounted ondevtmpfs        4.0M     0  4.0M   0% /devtmpfs           3.7G   12K  3.7G   1% /dev/shmtmpfs           1.5G   57M  1.4G   4% /runtmpfs           4.0M     0  4.0M   0% /sys/fs/cgroup/dev/sda1        50G  3.5G   47G   7% /tmpfs           3.7G     0  3.7G   0% /tmp/dev/sdc1       100G  2.4G   98G   3% /vastdata/app/dev/sdd1       100G  2.5G   98G   3% /vastdata/data
1. 3 检查操作系统

操作系统不同,检查命令也有所不同。一般可以使用cat /etc/os-release命令:

[root@oevb1501 ~]# cat /etc/os-releaseNAME="openEuler"VERSION="22.03 (LTS-SP3)"ID="openEuler"VERSION_ID="22.03"PRETTY_NAME="openEuler 22.03 (LTS-SP3)"ANSI_COLOR="0;31"

从上面的输出可知当前操作系统为openEuler,版本为22.03 SP3。麒麟操作系统可以使用nkvers命令查看其版本号。

二、安装前系统配置(必选)
2.1 关闭系统防火墙

为确保 Vastbase 正常使用,需禁用防火墙或将数据库端口加入白名单,使用root用户依次执行下面的命令关闭并禁用防火墙:

[root@oevb1501 ~]# systemctl stop firewalld.service[root@oevb1501 ~]# systemctl disable firewalld.service
2. 2 禁用 SELinux

修改配置文件 /etc/selinux/config,将 SELINUX=enforcing 改为SELINUX=disabled并重启生效:

# This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:#     enforcing - SELinux security policy is enforced.#     permissive - SELinux prints warnings instead of enforcing.#     disabled - No SELinux policy is loaded.SELINUX=disabled# SELINUXTYPE= can take one of these three values:#     targeted - Targeted processes are protected,#     minimum - Modification of targeted policy. Only selected processes are protected.#     mls - Multi Level Security protection.SELINUXTYPE=targeted

注:selinux可以使用root用户执行setenforce 0临时禁用,也可以临时禁用安装完成后再安排重启。

2.3 关闭 RemoveIPC

从 Linux 7.2 开始,systemd-logind 服务会在用户完全退出后 remove 所有 IPC 对象,这会导致数据库实例crash,建议在安装前将其关闭。步骤如下:

1. 修改配置文件/etc/systemd/logind.conf,在其尾部添加RemoveIPC=no

2. 修改配置文件/usr/lib/systemd/system/systemd-logind.service,在其尾部添加RemoveIPC=no

3. 使用root用户依次执行下面的命令:

[root@oevb1501 ~]# systemctl daemon-reload [root@oevb1501 ~]# systemctl restart systemd-logind
2.4 调整内核参数

1. 参数介绍

安装之前需要对操作系统内核参数进行调整,本文不作为性能调优的推荐方案,仅为满足安装要求,建议调整参数如下:

分类
参数
推荐值
文件系统
fs.aio-max-nr
1048576
fs.file-max
76724600
信号量
kernel.sem
4096 2097152000 4096 512000
共享内存
kernel.shmall
4194304
kernel.shmmax
8589934592
kernel.shmmni
1024

💡 tips

  • kernel.shmall用于设置系统范围内共享内存段的总大小,是所有共享内存段相加的上限。单位为page,一般Linux操作系统一个page的大小为4K。一般推荐为总内存的80%。

  • kernel.shmmax用于设置系统范围内最大的共享内存段的上限,单位为字节。一般推荐为总内存的50%。

  • kernel.shmmni用于设置系统范围内共享内存段的总个数。保持默认即可。

2. 修改参数

以root用户身份创建新的配置文件/etc/sysctl.d/98-vastbase-sysctl.conf,内容如下:

fs.file-max = 76724600fs.aio-max-nr = 1048576kernel.sem = 4096 2097152000 4096 512000kernel.shmmax = 8589934592kernel.shmall = 4194304

然后执行sysctl --system使新修改的参数生效。

💡 tips

修改内核参数常见的两种方式:

  • 修改配置文件/etc/sysctl.conf,执行sysctl -p生效。

  • 自定义配置文/etc/sysctl.d/xx-yy-sysctl.conf执行sysctl --system生效。

2.5 安装必要依赖包
  • 通用环境安装 Vastbase 数据库的基础依赖包如下:

zlib-devel、libaio、libuuid、readline-devel、krb5-libs、libicu、libxslt、tcl、perl、openldap、pam、openssl-devel、libxml2、bzip2

  • 麒麟环境安装 Vastbase 数据库的基础依赖包如下:

readline、python2、libicu、cracklib、libxslt、tcl、perl、openldap、pam、systemd-libs、bzip2、gettext、libaio、ncurses-libs

以openEuler为例,可以使用下面的命令检查缺失的依赖包:

rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' zlib-devel \libaio \libuuid \readline-devel \krb5-libs \libicu \libxslt \tcl \perl \openldap \pam \openssl-devel \libaio-devel \bzip2 \libxml2 |grep "not installed"

如有缺失,配置好yum源后进行安装,以libaio-devel为例,安装命令如下:

[root@oevb1501 ~]# yum -y install libaio-devel
三、安装规划
3.1 用户与组

安装前需要为Vastbase创建单独的用户组和用户,为了后期维护方便推荐组和用户都以vastbase命名:

[root@oevb1501 ~]# groupadd vastbase[root@oevb1501 ~]# useradd -m -g vastbase vastbase
3.2 目录规划

默认情况下,Vastbase软件将被安装在/home/vastbase/local/vastbase

下,数据库将创建于/home/vastbase/data/vastbase目录下。建议为Vastbase软件和数据库规划单独的目录。

创建软件目录:

[root@oevb1501 ~]# mkdir -/vastdata/app/vastbase/3.0.9

创建数据库目录:

[root@oevb1501 ~]# mkdir -p /vastdata/data/vastbase

将以上两个目录的用户和属组修改为vastbase:vastbase:

[root@oevb1501 ~]# chown -R vastbase:vastbase /vastdata/app[root@oevb1501 ~]# chown -R vastbase:vastbase /vastdata/data
四、安装 Vastbase
4.1 解压软件包
将软件包上传至服务器,登录vastbase用户,使用tar命令解压缩:
[root@oevb1501 ~]# su - vastbase[vastbase@oevb1501 ~]$ cd /vastdata/disks[vastbase@oevb1501 disks]$ tar -xzvf Vastbase-G100-3.0_Build9_31338-Linux-x86_64-no_mot-202603311153.tar.gzvastbase-installer/vastbase-installer/vastbase_installervastbase-installer/locales/vastbase-installer/locales/messages.en-US.jsonvastbase-installer/locales/messages.zh-CN.jsonvastbase-installer/Vastbase-G100-3.0_Build9_31338-Linux-x86_64-no_mot.tar.gzvastbase-installer/.checksum

解压后将生成一个新的目录vastbase-installer,安装程序位于其中。

4.2 执行安装
使用vastbase用户进入vastbase-installer,执行vastbase_installer,开始安装:
[vastbase@oevb1501 disks]cd vastbase-installer[vastbase@oevb1501 vastbase-installer]./vastbase_installer
4.3 关键步骤说明
1. Dependency check阶段,安装程序会检查缺失的软件包,如果缺失了必须的软件包安装程序会跳出,按2.5节介绍的方法安装完后重启安装即可。
Dependency check---------------  readline : 8.1    libicu : 72.1  cracklib : 2.9.8   libxslt : 1.1.37       tcl : 8.6.12      perl : 5.34.0  openldap : 2.6.0       pam : 1.5.2systemd-libs : 249     bzip2 : 1.0.8   gettext : 0.21.1    libaio : 0.3.113ncurses-libs : 6.3   python2 : lineType <Enter> to continue: 
2. IPC parameter check阶段,如果没有提前禁用RemoveIPC,会提示下面的告警:
IPC parameter check---------------The IPC parameter check is complete===============================================================================WARNING: The SELinux module of the current machine is enabled, which may cause subsequent database running errors due to permission issues. You are advised to disable SELinux         You can run the following command as user root to temporarily or permanently change the password: -------> 1.Temporary change: setenforce 0-------> 2.Permanent modification: Modify the /etc/selinux/config file and change "SELINUX=enforcing" to "SELINUX=disabled"(restart the machine to take effect)

按提示,可以执行setenforce 0临时禁用,然后忽略告警继续安装。

3. 是否在安装过程中初始化实例(也就是创建数据库),输入Y继续:

Install database---------------Whether to instantiate the database (Y/N): 

4. 安装方式,保持默认1-Typical installation继续:

Select installation typeTypical installation    : Use default parameters to init databaseCustom installation  : Configure installation parameters and functions manually  -> 1- Typical installation     2- Custom installationSelect the installation type, or type <Enter> to select the default (1):

5. 为初始用户设置密码,然后继续:

Database Initialization User Password (Press the backspace key to go back)---------------Enter the password of database initialization user (vastbase): *************Please enter your password again: *************

6. 接下来根据提示,输入规划好的安装路径,然后继续:

Vastbase installation directory---------------Vastbase installation directory Default location: /home/vastbase/local/vastbaseType the absolute path (ctrl+ backspace to backspace), or type <Enter> to use the default path :/vastdata/app/vastdata/3.0.9===============================================================================Database initialization directory---------------Select the database initialization directory Default location: /home/vastbase/data/vastbaseType the absolute path (ctrl+ backspace to backspace), or type <Enter> to use the default path :/vastdata/data/vastbase

7. 选择数据库兼容模式,Vastbase支持Oracle(A)、MySQL(B)、SQL Server(MSSQL)、PostgreSQL(PG)等兼容模式,默认为Oracle。请根据自己的使用选择:

Database compatibility mode---------------Specify the database compatibility mode (A|B|PG|MSSQL)Default compatibility:AType compatibility above or <Enter> to use the default value

8. 接下来是一个安装摘要,确认无误后回车开始安装:

Installation summary---------------Vastbase installation directory:    /vastdata/app/vastdata/3.0.9Vastbase directory:    /vastdata/data/vastbaseDatabase initialization user :    vastbaseDatabase initialization parameter :   listen_addresses='*'   max_connections=500   shared_buffers=1858MB   max_process_memory=4944MB   work_mem=4MBType <Enter> to continue

9. 安装完成后,会出现加载授权文件的提示,如果没有授权文件可以输入N回车:

Loading an Official license---------------Whether to load an official license (Y/N): N

⚠️ 注意:

Vastbase默认自带三个月的试用授权,不加载授权文件也可以使用三个月。但如果商用请务必获得正式授权。

10. 最后根据界面提示:

To initialize the database running environment:    source ~/.bashrcTo start, stop, and restart the database:    vb_ctl <start/stop/restart>

先执行source ~/.bashrc初始化环境变量,然后执行vb_ctl start启动数据库:

[vastbase@oevb1501 ~]$ source ~/.bashrc[vastbase@oevb1501 ~]$ vb_ctl start[2026-06-12 13:40:50.064][2650693][][vb_ctl]: vb_ctl started,datadir is /vastdata/data/vastbase [2026-06-12 13:40:50.122][2650693][][vb_ctl]: waiting for server to start................[2026-06-12 13:40:51.129][2650693][][vb_ctl]:  done[2026-06-12 13:40:51.129][2650693][][vb_ctl]: server started (/vastdata/data/vastbase)

启动成功,至此整个安装过程结束。

如果没有看到done和server started字样,说明启动失败。请详细阅读启动日志,并尝试解决问题。常问题问题及解决方案见第六节。

五、登录与验证
  1. 使用 vsql 客户端连接数据库:

[vastbase@oevb1501 ~]$ vsql --d vastbasevsql ((Vastbase G100 V3.0 (Build 9Release) compiled at 2026-03-31 11:59:25 commit 31338 last mr  )Non-SSL connection (SSL connection is recommended when requiring high-security)Type "help" for help.vastbase=

出现上面的提示符,说明安装登录成功。

2. 查询当前版本:

vastbase=select vb_version();                                           vb_version                                           ------------------------------------------------------------------------------------------------ (Vastbase G100 V3.0 (Build 9Release) compiled at 2026-03-31 11:59:25 commit 31338 last mr   +  product name:Vastbase G100                                                                   +  version:V3.0 (Build 9Release                                                               +  patch:1                                                                                      +  commit:31338                                                                                 +  openGauss version:6.0.0                                                                      +  host:x86_64-pc-linux-gnu                                                                     +  support module:BASIC, VECTOR(1 row)

✅ 成功标志

恭喜!Vastbase 数据库安装完成且功能正常,已可正常使用了。

六、常见问题排查

1. 安装成功后,数据库启动失败,报错如下:

2026-06-12 13:39:32.058 [unknown] [unknown] localhost 140696288820608 0[0:0#0]  0 [BACKEND] FATAL:  the values of memory out of limit, the database failed to be started, max_process_memory (4944MB) must greater than 2GB + cstore_buffers(512MB) + (udf_memory_limit(200MB) - UDF_DEFAULT_MEMORY(200MB)) + shared_buffers(1858MB) + preserved memory(3737MB) = 8155MB, reduce the value of shared_buffers, max_pred_locks_per_transaction, max_connection, wal_buffers..etc will help reduce the size of preserved memory2026-06-12 13:39:32.100 [unknown] [unknown] localhost 140696288820608 0[0:0#0]  0 [BACKEND] LOG:  FiniNuma allocIndex: 0.

当主机内存小于16G时这个问题较为常见。这是因为系统内存不足,满足不了数据库默认参数的启动要求。根据提示数据库参数max_process_memory当前值是4944,该参数的值需要大于:2GB + cstore_buffers(512MB) + (udf_memory_limit(200MB) - UDF_DEFAULT_MEMORY(200MB)) + shared_buffers(1858MB) + preserved memory(3737MB) = 8155MB。

一方面可以适当增加max_process_memory的值,另一方面可能调低shared_buffers、max_connection、wal_buffers、cstore_buffers等参数,减少总需求。特别地针对8G内存的配置,编辑参数文件/vastdata/data/vastbase/postgresql.conf,修改(手工编辑)参数如下:

max_process_memory = 6144MBcstore_buffers = 16MBshared_buffers = 512MBwal_buffers = 64MBmax_connection = 200

然后再次启动。

📋 结束语

数据库的安装没有想象中那么复杂。Vastbase 提供的 vastbase_installer 安装程序,通过交互式引导大幅降低了安装门槛。关键在于:安装前的系统配置一定要做到位,这是所有踩坑的根源。按照本文的步骤操作,一台全新的 Linux 服务器,一个小时内可以跑通第一条 SQL。

后续我们将在本号持续更新Vastbase数据库相关文章,带领初学者一步步全面掌握相关技能。敬请关注。

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-06-13 10:46:51 HTTP/1.1 GET : https://www.yeyulingfeng.com/a/745965.html
  2. 运行时间 : 0.097926s [ 吞吐率:10.21req/s ] 内存消耗:4,756.19kb 文件加载:145
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=1de122f253992af90c75c7ab4d2b9513
  1. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/public/index.php ( 0.79 KB )
  2. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/autoload.php ( 0.17 KB )
  3. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_real.php ( 2.49 KB )
  4. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/platform_check.php ( 0.90 KB )
  5. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/ClassLoader.php ( 14.03 KB )
  6. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_static.php ( 6.05 KB )
  7. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
  10. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  11. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  12. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  13. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  14. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  15. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
  16. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  17. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.49 KB )
  18. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  19. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/VarDumper.php ( 4.30 KB )
  20. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
  21. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
  22. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  23. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  24. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  25. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/provider.php ( 0.19 KB )
  26. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
  27. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  28. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  29. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/common.php ( 0.03 KB )
  30. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/helper.php ( 18.78 KB )
  31. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
  32. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/alipay.php ( 3.59 KB )
  33. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  34. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/app.php ( 0.95 KB )
  35. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cache.php ( 0.78 KB )
  36. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/console.php ( 0.23 KB )
  37. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cookie.php ( 0.56 KB )
  38. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/database.php ( 2.48 KB )
  39. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/filesystem.php ( 0.61 KB )
  40. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/lang.php ( 0.91 KB )
  41. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/log.php ( 1.35 KB )
  42. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/middleware.php ( 0.19 KB )
  43. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/route.php ( 1.89 KB )
  44. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/session.php ( 0.57 KB )
  45. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/trace.php ( 0.34 KB )
  46. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/view.php ( 0.82 KB )
  47. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/event.php ( 0.25 KB )
  48. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
  49. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/service.php ( 0.13 KB )
  50. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/AppService.php ( 0.26 KB )
  51. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  52. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  53. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  54. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  55. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  56. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/services.php ( 0.14 KB )
  57. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  58. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  59. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  60. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  61. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  62. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  63. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  64. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  65. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  66. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  67. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.21 KB )
  68. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.44 KB )
  69. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  70. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  71. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.29 KB )
  72. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  73. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  74. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  75. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  76. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  77. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  78. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  79. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  80. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  81. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  82. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  83. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Arr.php ( 16.63 KB )
  84. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  85. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
  86. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  87. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/Request.php ( 0.09 KB )
  88. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Request.php ( 55.78 KB )
  89. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/middleware.php ( 0.25 KB )
  90. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  91. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  92. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  93. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  94. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  95. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  96. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  97. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  98. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleName.php ( 5.75 KB )
  99. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  100. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.43 KB )
  101. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Rule.php ( 26.95 KB )
  102. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  103. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/route/app.php ( 3.94 KB )
  104. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  105. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  106. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.44 KB )
  107. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Index.php ( 9.87 KB )
  108. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/BaseController.php ( 2.05 KB )
  109. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  110. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.44 KB )
  111. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/PDOConnection.php ( 52.47 KB )
  112. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  113. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  114. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  115. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Builder.php ( 24.06 KB )
  116. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  117. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Query.php ( 15.71 KB )
  118. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  119. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  120. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  121. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  122. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  123. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  124. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  125. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  126. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  127. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  128. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/driver/File.php ( 5.96 KB )
  129. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  130. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  131. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  132. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  133. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
  134. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  135. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Es.php ( 3.30 KB )
  136. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
  137. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  138. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  139. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
  140. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
  141. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  142. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  143. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  144. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/runtime/temp/c935550e3e8a3a4c27dd94e439343fdf.php ( 31.50 KB )
  145. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.000603s ] mysql:host=127.0.0.1;port=3306;dbname=wenku;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.001070s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.000381s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.000276s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.000498s ]
  6. SELECT * FROM `set` [ RunTime:0.000197s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.000599s ]
  8. SELECT * FROM `article` WHERE `id` = 745965 LIMIT 1 [ RunTime:0.001130s ]
  9. UPDATE `article` SET `lasttime` = 1781318811 WHERE `id` = 745965 [ RunTime:0.001507s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 64 LIMIT 1 [ RunTime:0.000253s ]
  11. SELECT * FROM `article` WHERE `id` < 745965 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000422s ]
  12. SELECT * FROM `article` WHERE `id` > 745965 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000375s ]
  13. SELECT * FROM `article` WHERE `id` < 745965 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.008004s ]
  14. SELECT * FROM `article` WHERE `id` < 745965 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.003224s ]
  15. SELECT * FROM `article` WHERE `id` < 745965 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.003712s ]
0.099729s