ALTER DATABASE

    Explain: After renaming the database, use REVOKE and GRANT commands to modify the corresponding user rights if necessary. The database’s default data quota is 1024GB, and the default replica quota is 1073741824.

    ALTER DATABASE example_db SET DATA QUOTA 200M;

    1. Rename the database example_db to example_db2 ALTER DATABASE example_db RENAME example_db2;