mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
External database will not be processed except #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @buckdaits on 2/27/2026
CloudPanel version(s) affected
v2.5.2
Description
The following error is displayed when creating a database:
An error has occurred, error message: An exception occurred while executing a query: SQLSTATE[28000]: Invalid authorization specification: 1045 Access denied for user 'cloudpanel'@'x.x.x.x' (using password: YES)However, the database and user are created on the external server and are available; but this is not visible in the web panel.
How to reproduce
Install MariaDB on another server and integrate it into CloudPanel. Then create a database.
Possible Solution
No response
Additional Context
No response