From 81ac5efa4bd33c9df8d58455df1a0f5539e48f99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 1 Aug 2005 12:57:36 +0000 Subject: [PATCH] - #include "backend.h" to get right prototypes - initial (incomplete) test description --- org.glite.jp.primary/examples/README.test | 40 +++++++++++++++++++++++++++++++ org.glite.jp.primary/src/tags_plugin.c | 1 + 2 files changed, 41 insertions(+) create mode 100644 org.glite.jp.primary/examples/README.test 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