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.
Rhodecode 管理者が退職しました。ボックスへのルートアクセス権があります。
Rhodecode アカウントの管理者権限を付与するにはどうすればよいですか?
mysql のパスワードを推測できる場合は、自己管理者にすることができます
mysql> use rhodecode; mysql> update users set admin = 1 where username = 'your.username';