lsmith Thu May 30 10:22:36 2002 EDT
Modified files:
/pear/MDB Readme.txt
Log:
MDB_test.php now also shows of xml -> db and db -> xml features
Index: pear/MDB/Readme.txt
diff -u pear/MDB/Readme.txt:1.6 pear/MDB/Readme.txt:1.7
--- pear/MDB/Readme.txt:1.6 Wed May 29 10:00:02 2002
+++ pear/MDB/Readme.txt Thu May 30 10:22:35 2002
@@ -77,9 +77,10 @@
driver_test.php is the testing suite provided by Metabase
you will need to configure the mysql section of driver_test_config.php to fit
your enviornment
-MDB_test.php will require that you setup a database and a table with a few
rows.
-Depending how you name those you will have to change a few things here and
there.
-If I find the time it would probably be smart to show off the XML schema
manager to get rid of this requirement. :-)
+MDB_test.php will require that you setup the following user, with the right to
create new databases:
+username = metapear
+password = funky
+
MDB_pear_wrapper_test.php makes use of the same DB settings as MDB_test.php
but uses the pear wrapper for its tests.
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|