安装检查

围绕三池子模型推进开发,先稳住数据结构,再叠业务流程。

Tenant: demo

环境检查

项目状态详情
.env 文件 通过 已存在
PHP 版本 通过 8.2.28
pdo_mysql 扩展 通过 已加载
session 目录可写 失败 storage/sessions 不可写
LANDLORD 数据库连接 通过 wwwhaobanfaonline
PLATFORM 数据库连接 失败 SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
TENANT 数据库连接 失败 SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

一键执行 SQL

如果当前数据库用户有建库和建表权限,可以直接在这里执行安装脚本。

SQL 文件检查

文件状态路径
00_bootstrap.sql 存在 /www/wwwroot/www.haobanfa.online/database/schema/00_bootstrap.sql
10_landlord.sql 存在 /www/wwwroot/www.haobanfa.online/database/schema/10_landlord.sql
20_platform.sql 存在 /www/wwwroot/www.haobanfa.online/database/schema/20_platform.sql
30_tenant_template.sql 存在 /www/wwwroot/www.haobanfa.online/database/schema/30_tenant_template.sql