LRR/get_mysql_credentials.php

5 lines
57 B
PHP

<?php
$mysql_username = 'root';
$mysql_password = '';
?>