ALTER DATABASE
Modify database characteristics. Learn how to change global properties like the default character set and collation for a specific database.
Syntax
ALTER {DATABASE | SCHEMA} [db_name]
alter_specification ...
ALTER {DATABASE | SCHEMA} db_name
UPGRADE DATA DIRECTORY NAME
alter_specification:
[DEFAULT] CHARACTER SET [=] charset_name
| [DEFAULT] COLLATE [=] collation_name
| COMMENT [=] 'comment'Description
Examples
See Also
Last updated
Was this helpful?

