Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这次我的用户角色是“管理员”,但我必须通过更改数据库来更改我的角色“编辑者”并分配该角色。
我也读过
这是一个链接!
谢谢你。
有一个名为 wp_usemeta 的表。在其中,有一个管理员用户权限的设置。您会发现一个包含类似“a:1:{s:6:”administrator";b:1;}" 的字段,并且您想将其更改为“a:1:{s:13:”编辑器“;b:1;}”。(不包括引号)。
事先备份mysql数据库,以防它进一步损坏。
学分