TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.8k stars 2.08k forks source link

When I log in for the first time, it will prompt "system internal error" when changing the password, and check the log that the table is read-only. What is the possible reason? #698

Closed TARS-Question closed 4 years ago

TARS-Question commented 4 years ago

The user permissions are given to the maximum.

#698

TARS-Answer commented 4 years ago

It may be the problem of SLAVE parameters during deployment (see note 1); or this user may not have write permission for this table, and it needs to be set at the database level, try to manually execute sql in the terminal.

TARS-Answer commented 4 years ago

可能是部署的时候,SLAVE参数问题(见备注图1);也可能这个用户对这张表的写权限没有,需要在数据库层面设置,尝试一下终端里手动执行sql。