ALTER DATABASE ... MODIFY COMMENT
Adds, modifies, or removes a database comment, regardless of whether it was set
before or not. The comment change is reflected in both system.databases
and the SHOW CREATE DATABASE
query.
Syntax
Examples
To create a DATABASE
with a comment:
To modify the comment:
To view the modified comment:
To remove the database comment:
To verify that the comment was removed: