mirror of https://github.com/fspc/ybdb.git
Jonathan Rosenbaum
7 years ago
2 changed files with 1 additions and 11 deletions
@ -1,10 +0,0 @@ |
|||||
<?php |
|
||||
# FileName="Connection_php_mysql.htm" |
|
||||
# Type="MYSQL" |
|
||||
# HTTP="true" |
|
||||
$hostname_YBDB = "localhost"; |
|
||||
$database_YBDB = "ybdb"; |
|
||||
$username_YBDB = "admin"; |
|
||||
$password_YBDB = "yblcatx"; |
|
||||
$YBDB = mysql_pconnect($hostname_YBDB, $username_YBDB, $password_YBDB) or trigger_error(mysql_error(),E_USER_ERROR); |
|
||||
?> |
|
Loading…
Reference in new issue