Tiny programs (C, C++, C#, ...)
File detail
| Name: | db_passwd.php [Download] |
| Location: | tiny > IIS > proj > engine |
| Size: | 341 B |
| Last modification: | 2022-09-09 13:06 |
Source code
<?php /** * Sensitive information needed to connect MySQL db. * @package secret * @author Kamil Dudka <xdudka00@gmail.com> */ /** * @package secret * @ignore */ class AccessToMysql { const MYSQL_SERVER= "localhost:/var/run/mysql/mysql.sock"; const MYSQL_DB= "DB"; const MYSQL_USER= "USER"; const MYSQL_PASSWD= "PASSWD"; }; ?>




Back to main page
db_passwd.php