Error 1026 - Failed to connect to database
Error
Potential Causes
-
BinLog access is not enabled. Hevo needs BinLog access for log-based replication.
-
The user does not have
SELECT
privileges.
Suggested Actions
-
Enable BinLog access. Click the link for the respective MySQL variant for steps to do this:
-
Grant privileges to the user:
-
View the grants for the user:
show grants for <username>@hostname;
For example,
show grants for jacob@localhost;
. -
Grant privileges, if not already granted. Click the link for the respective MySQL variant for steps to do this.
-
-
Invite another team member with the required privileges to set up the Pipeline. Read Inviting and Moderating Team Members.
Last updated on Oct 21, 2022