📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

DROP USER



Drop the specified user from the system.

Syntax

DROP USER [ IF EXISTS ] <name>

Examples

DROP USER user1;

Was this page helpful?