Applicable to:
- Plesk 12.5 for Linux
Symptoms
Adding more than 10 databases to Plesk under Web Admin Edition license fails with error:
PLESK_ERROR: Warning: There are no available resources of this type (MySQL databases) left. Requested: 1; available: 0.
Cause
This issue has been considered as software issue #PPPM-4923 and will be fixed in future product updates.
Resolution
Connect to the server via SSH and set
Unlimited
value in
psa
database manually:
# plesk db
mysql> UPDATE Limits SET value='-1' WHERE limit_name='max_db';
Comments
0 comments
Please sign in to leave a comment.