RDS
Relational Database Service (Deserted Chateau uses MariaDB databases)
Database Privileges
Strictly speaking, Amazon RDS does not give you full root privileges on your database server (so ...
The MariaDB Node.js connector
Using the batch query function When using batch queries via conn.batch, be aware that attempting...
Exporting an RDS Snapshot to S3
If for whatever reason you need to restore a snapshot of an RDS database, there are a few possibl...
SQL connection pools
Connection pools take up connections even if they're not being used Your database server is goin...
RDS Configuration Notes
Warning: auto-generated passwords When creating an RDS instance, if you choose "auto-generate a...
Incorrect connection cleanup
If you fail to clean up connections properly, you can end up with functions taking a lot longer t...
Upgrading an RDS database
Minor version upgrades You can do these easily in the RDS console (be aware they will cause some...