From 9d82bec15a1b46a7aab89f7b892f6cd75a1e310e Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Sat, 29 Mar 2008 00:30:37 +0000 Subject: [PATCH] add simple install details --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..770af94 --- /dev/null +++ b/INSTALL @@ -0,0 +1,4 @@ +Add the database jcv using data/sql/jcv.sql + +Create a user to connect to the database +GRANT ALL PRIVILEGES ON `jcv` . * TO 'jcv'@'localhost' WITH GRANT OPTION ; -- GitLab