Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Error(500),fresh install in ubuntu 18,not docker version #3816

Open
lukexijn opened this issue Jul 5, 2024 · 1 comment
Open

Server Error(500),fresh install in ubuntu 18,not docker version #3816

lukexijn opened this issue Jul 5, 2024 · 1 comment

Comments

@lukexijn
Copy link

lukexijn commented Jul 5, 2024

Steps to reproduce

any add action ,will report server Error(500)

Expected behavior

Actual behavior

any add action

Environment

  • Ralph version: follow instalation guide
  • Operating system: Ubuntu 18
  • Method of installation: Deb package
@lukexijn lukexijn changed the title fresh install in ubuntu 18,not docker version Server Error(500),fresh install in ubuntu 18,not docker version Jul 5, 2024
@Miomizu
Copy link

Miomizu commented Nov 14, 2024

  1. 检查并更改数据库和表的字符集
    确保数据库和相关表使用 utf8mb4 字符集,因为 utf8mb4 支持完整的 Unicode 字符集,包括表情符号。

登录 MySQL:

bash
复制代码
mysql -u root -p
查看当前数据库字符集:

sql
复制代码
SHOW VARIABLES LIKE 'character_set%';
确保 character_set_database 和 character_set_server 是 utf8mb4。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants