summaryrefslogtreecommitdiffstats
path: root/web/README.txt
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-02-28 17:37:39 +0100
committerSimo Leone <simo@archlinux.org>2008-03-23 09:04:17 +0100
commit3577326b2b32bad2765cdacd2959dd4fea48c2f8 (patch)
tree672958d6ce79438d182e7a6329e33a420611b624 /web/README.txt
parente0582fd0e2c905da312aefde7e01f9d34baa2810 (diff)
downloadaur-3577326b2b32bad2765cdacd2959dd4fea48c2f8.tar.gz
aur-3577326b2b32bad2765cdacd2959dd4fea48c2f8.tar.xz
Make all references to AUR database consistent
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'web/README.txt')
-rw-r--r--web/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/README.txt b/web/README.txt
index 09a0c286..1c4dfa5f 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -40,14 +40,14 @@ Setup on ArchLinux:
# mysql -uroot
- Issue the following commands to the mysql client
- mysql> create database aur;
- mysql> grant all privileges on aur.* to aur@localhost
+ mysql> CREATE DATABASE AUR;
+ mysql> GRANT ALL PRIVILEGES ON AUR.* to aur@localhost
> identified by 'aur';
- mysql> flush privileges;
+ mysql> FLUSH PRIVILEGES;
mysql> quit
- Load the schema file
- # mysql -uaur -p aur < ~/aur/support/schema/aur-schema.sql
+ # mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
(give password 'aur' at the prompt)
- Optionally load some test data for development purposes.