Skip to content

USE

USE mydatabase;

There is no specific output for this command in MySQL as it silently switches to the specified database.

The USE database_name; command switches the context to the specified database. In this case, it switches to ‘mydatabase’.