Error
Error Code:
3650
MySQL Error 3650: Resource Group Already Exists
Description
This error occurs when you attempt to create a MySQL resource group using a name that is already assigned to an existing resource group. MySQL requires unique names for all resource groups to prevent conflicts and ensure proper resource management.
Error Message
Resource Group '%s' exists
Known Causes
3 known causesDuplicate Resource Group Name
You tried to execute a `CREATE RESOURCE GROUP` statement with a name that is already in use by another resource group within the MySQL instance.
Incorrect Resource Group Name
You might have intended to use a different name or mistakenly assumed a resource group with that name did not exist.
Idempotency Failure in Script
An automation script attempting to create resource groups was run multiple times without first checking for or dropping existing groups, leading to a duplicate creation attempt.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service