Files
Smeagol/mysql_credentials.php.sample

9 lines
175 B
Plaintext
Raw Permalink Normal View History

2018-06-25 23:07:35 +05:30
<?php
return array(
"servername" => "localhost",
"username" => "username_goes_here",
"password" => "password_goes_here",
"database" => "database_name_goes_here"
);
?>