Created
September 2, 2017 18:07
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$connection = mysqli_connect('xyz.cwc5z6ca6odo.us-east-1.rds.amazonaws.com', 'username', 'password','databaseName'); | |
?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Amazon Web Services RDS connection...