mirror of
https://github.com/fspc/ybdb.git
synced 2026-09-17 17:01:36 -04:00
Finally available to the general public.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?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);
|
||||
?>
|
||||
Reference in New Issue
Block a user