diff options
author | Maria Staskova <masha@dhtmlx.com> | 2014-05-20 14:53:56 +0300 |
---|---|---|
committer | Maria Staskova <masha@dhtmlx.com> | 2014-05-20 14:53:56 +0300 |
commit | 074750e6ee632990c5b9334473df0f8b4b65c000 (patch) | |
tree | a4a93727ffdae161b9df42e93066c03cff980088 /samples | |
parent | 8959cc7e4727f5e28f6d3d44b5124d364dab2253 (diff) | |
parent | d5d7611f58fdbd5c49df78336c3856d747585c4e (diff) | |
download | connector-php-074750e6ee632990c5b9334473df0f8b4b65c000.zip connector-php-074750e6ee632990c5b9334473df0f8b4b65c000.tar.gz connector-php-074750e6ee632990c5b9334473df0f8b4b65c000.tar.bz2 |
Merge branch 'master' of 192.168.3.251:connector-php
Diffstat (limited to 'samples')
-rw-r--r-- | samples/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/config.php b/samples/config.php index 753650a..00466f3 100644 --- a/samples/config.php +++ b/samples/config.php @@ -1,5 +1,5 @@ <?php - $mysql_server="192.168.1.251"; + $mysql_server="192.168.3.251"; $mysql_user = "sampleDB"; $mysql_pass = "sampleDB"; $mysql_db = "sampleDB"; |