How do I remove the default user?January 16, 2025 · 2 min readLearn how to remove the default user when running ClickHouse Server.
How to Check Users Assigned to Roles and Vice VersaSeptember 7, 2023 · 3 min readLearn how to query ClickHouse's `system.role_grants` to find users assigned to roles and roles assigned to specific users.
How to check what code is currently running on a server?March 24, 2023 · 3 min readClickHouse provides introspection tools like `system.stack_trace` for inspecting what code is currently running on each server thread, helping with debugging and performance monitoring.
Capturing server logs of queries at the clientMarch 1, 2023 · One min readLearn how to capture server logs at the client level, even with different log settings, using the `send_logs_level` client setting.