Date: Friday, February 24, 2006 @ 12:53:58
  Author: csaba
    Path: /cvsroot/carob/libmysequoia/test-suite/php5

Modified: README (1.4 -> 1.5)

Added my.cnf configuration.


--------+
 README |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletion(-)


Index: libmysequoia/test-suite/php5/README
diff -u libmysequoia/test-suite/php5/README:1.4 
libmysequoia/test-suite/php5/README:1.5
--- libmysequoia/test-suite/php5/README:1.4     Thu Feb 23 19:16:45 2006
+++ libmysequoia/test-suite/php5/README Fri Feb 24 12:53:58 2006
@@ -194,7 +194,7 @@
  Replace:
  --with-mysqli=shared,/usr/bin/mysql_config \
  by:
- --with-mysqli=shared,/usr/bin/mysequoiaconfig \
+ --with-mysqli=shared,/usr/bin/mysequoia_config \
 - edit control file (Build-Depends line):
   libmysqlclient12-dev -> libmysqlclient15-dev
   automake1.4 -> automake1.9
@@ -213,3 +213,10 @@
 
 
 4. ./run to run all the tests or simply ./run 001.phpt to run only the 
001.phpt test
+
+5. create $HOME/.my.cnf file with the following content:
+  [client]
+  user=root
+  password=rootpass
+  host=localhost
+  database=test

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to