rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
137 stars 53 forks source link

How can I use this package for Amazon RDS Aurora MySQL? Is it possible? #2

Open simonleekr opened 6 years ago

rodrigogs commented 6 years ago

I have tried with Aurora locally and had no success. But I didn't put much effort on it.

If you have a chance to test it with a RDS instance, please let me know about the results.

darshithedpara commented 3 years ago

I have tried with RDS today and It's not working @rodrigogs @simonleekr Please let me know guys if you have faced a similar issue.

8secz-johndpope commented 3 years ago

we're connected to rds /aurora mysql - you need to check the logs. run it from ec2 box. need to check the firewall ports / and make sure you can get a connection.

johndpope commented 3 years ago

Make sure you’ve enabled sql replication agent in aWS rds console. Google is your friend.

nitishmakhija commented 2 years ago

Please refer to #33.