Skip to content

Commit

Permalink
Tweak docs: make test db setup consistent with dev db.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Mar 26, 2013
1 parent 3b7d10c commit 09c6bff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/hacking_howto.rst
Expand Up @@ -316,10 +316,7 @@ test suite. You'll need to add an extra grant in MySQL for your
database user:: database user::


$ mysql -u root -p $ mysql -u root -p
mysql> GRANT ALL ON test_NAME.* TO USER@localhost; mysql> GRANT ALL ON test_kitsune.* TO kitsune@localhost IDENTIFIED BY '<YOUR_PASSWORD>';

Where ``NAME`` and ``USER`` are the same as the values in your
database configuration.


The test suite will create and use this database, to keep any data in The test suite will create and use this database, to keep any data in
your development database safe from tests. your development database safe from tests.
Expand Down

0 comments on commit 09c6bff

Please sign in to comment.