MySQL error code
MySQL error 1760
MySQL server error 1760 is ER_INSECURE_CHANGE_SOURCE, reported with SQLSTATE HY000.
Storing MySQL user name or password information in the connection metadata repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START REPLICA; see the 'START REPLICA Syntax' in the MySQL Manual for more information.
| Error | 1760 |
|---|---|
| Name | ER_INSECURE_CHANGE_SOURCE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference