RDS

Using SQL triggers in AWS Relational Database Service (RDS).

Few months ago we’ve tried to create SQL database triggers for an AWS RDS instance and got following error. ERROR 1419 (HY000) at line #: You do not have the SUPER privilege and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable).

Mysql2 Error Lost connection to MySQL server during query Rails Application

In our Rails Application we faced several exception(s) saying Mysql2::Error: Lost connection to MySQL server during query Usually it indicates network connectivity trouble and you should check the condition of your network if this error occurs frequently.