You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.0.2
MySQL5.0.96
Nignx1.16.1
使用小皮面板(xp.cn)
Windows 10 22H2
详细错误
SQLSTATE[42000]: Syntax error or access violation: 1115 Unknown character set: 'utf8mb4' (SQL: select * from information_schema.tables where table_schema = youqi_skin and table_name = migrations and table_type = 'BASE TABLE')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PHP 8.0.2
MySQL5.0.96
Nignx1.16.1
使用小皮面板(xp.cn)
Windows 10 22H2
详细错误
SQLSTATE[42000]: Syntax error or access violation: 1115 Unknown character set: 'utf8mb4' (SQL: select * from information_schema.tables where table_schema = youqi_skin and table_name = migrations and table_type = 'BASE TABLE')
.env配置
`APP_DEBUG=false
APP_ENV=production
APP_FALLBACK_LOCALE=en
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=youqi_skin
DB_USERNAME=root
DB_PASSWORD=不透露
DB_PREFIX=
PWD_METHOD=BCRYPT
APP_KEY=不透露
MAIL_MAILER=smtp
MAIL_HOST=
MAIL_PORT=465
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
PLUGINS_DIR=null
PLUGINS_URL=null`
[laravel-2023-08-14.log]
这是日志
(https://github.com/bs-community/blessing-skin-server/files/12334772/laravel-2023-08-14.log)
Beta Was this translation helpful? Give feedback.
All reactions