When connecting to MySQL I get an Unknown Database error
Validated on 4 Oct 2022 • Last edited on 23 May 2024
ERROR 1049 (42000): Unknown database 'default'
An Unknown Database
error occurs when:
- You connect to the wrong cluster.
- You connect to a database that doesn’t exist in your specified cluster.
If you are getting this error:
- Verify that you are using the correct hostname to connect.
- Verify that you’ve created the database in your cluster of choice.