I tried to change the schema name in MySQL. I Didn't know the correct syntax please provide the syntax to change the schema (database) name.
ALTER DATABASE librarydatabase RENAME TO LibraryManagement;
This shows me SQL Syntax error.
I tried to change the schema name in MySQL. I Didn't know the correct syntax please provide the syntax to change the schema (database) name.
ALTER DATABASE librarydatabase RENAME TO LibraryManagement;
This shows me SQL Syntax error.