发布于: 2024-11-18最后更新: 2024-12-31字数 127阅读时长 1 分钟

type
status
date
slug
summary
tags
category
icon
password
使用的是thinkphp框架
 
数据库->mongodb 对数据库改密后.
在数据库配置里增加:

php

'mongo' => [ // 数据库类型 'type' => 'mongo', // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 'database' => 'demo', // 用户名 'username' => 'demo', // 密码 'password' => '123456', // 端口 'hostport' => '27017', // 数据库编码默认采用utf8 'charset' => 'utf8', // 数据库表前缀 'prefix' => '', /** 强制把_id转换为id */ 'pk_convert_id' => true, // 额外参数 'params' => [ 'authSource' => 'demo' ] ],
PHP

Loading...
vercel+cf访问被墙解决

vercel+cf访问被墙解决

vm虚拟机安装mac 解决卡顿问题

vm虚拟机安装mac 解决卡顿问题