mysql_use_database
Switch to a different MySQL database by specifying the desired database name and an optional connection alias.
Instructions
Switch to a different MySQL database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| database_name | Yes | Name of the database to switch to |