Error
Error Code:
3653
MySQL Error 3653: Invalid VCPU Range Configuration
Description
This error indicates that the MySQL server, or the underlying virtualized environment it operates within, detected an invalid or unsupported range specified for virtual CPUs (VCPUs). It typically occurs during server startup, resource provisioning, or when attempting to allocate resources that do not conform to system capabilities or defined policies.
Error Message
Invalid VCPU range %u-%u
Known Causes
3 known causesMisconfigured Virtual Machine
The virtual machine (VM) hosting MySQL is configured with a VCPU range (minimum to maximum) that is not supported by the hypervisor or the underlying host system.
Cloud Resource Allocation Error
A cloud service, container orchestrator (e.g., Kubernetes), or automated provisioning tool attempted to assign an invalid or out-of-bounds VCPU range to the MySQL instance.
Hypervisor Policy Violation
The requested VCPU range violates a resource allocation policy, limit, or security constraint defined at the hypervisor or host server level.
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