Skip to content

Instantly share code, notes, and snippets.

@omermindivanli
Created September 2, 2017 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omermindivanli/b717cb635e1bd5925729dd1eb1882cee to your computer and use it in GitHub Desktop.
Save omermindivanli/b717cb635e1bd5925729dd1eb1882cee to your computer and use it in GitHub Desktop.
You can connect Amazon Web Services's RDS Database via this code. You do not need to code extra than this gist.
<?php
$connection = mysqli_connect('xyz.cwc5z6ca6odo.us-east-1.rds.amazonaws.com', 'username', 'password','databaseName');
?>
@omermindivanli
Copy link
Author

Amazon Web Services RDS connection...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment