From: Aleš Křenek Date: Mon, 1 Aug 2005 12:57:36 +0000 (+0000) Subject: - #include "backend.h" to get right prototypes X-Git-Tag: glite-lb-client-interface_R_2_0_0~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=81ac5efa4bd33c9df8d58455df1a0f5539e48f99;p=jra1mw.git - #include "backend.h" to get right prototypes - initial (incomplete) test description --- diff --git a/org.glite.jp.primary/examples/README.test b/org.glite.jp.primary/examples/README.test new file mode 100644 index 0000000..6bfe1d8 --- /dev/null +++ b/org.glite.jp.primary/examples/README.test @@ -0,0 +1,40 @@ +Create database: +---------------- + +$ mysqladmin -u root -p create jpps +$ mysql -u root -p +mysql> grant all privileges on jpps.* to jpps@localhost identified by ''; + +$ mysql -p -u jpps jpps