summaryrefslogtreecommitdiff
path: root/tko
diff options
context:
space:
mode:
authormbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2007-10-25 21:38:14 +0000
committermbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2007-10-25 21:38:14 +0000
commit5b80bcc609346cc2ab870b5056773bdf6aebdcb7 (patch)
treef7904e560e91b352c34cde352718b6dfbfffdd36 /tko
parentc554df01560308bb8ecca48bfa88782d31492973 (diff)
add remote r/o access to tko db in the README
git-svn-id: svn://test.kernel.org/autotest/trunk@849 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko')
-rw-r--r--tko/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/tko/README b/tko/README
index 082ebec0..134d22b9 100644
--- a/tko/README
+++ b/tko/README
@@ -10,6 +10,7 @@ $ mysql -u root -p mysql
mysql> create database tko;
mysql> grant SELECT,INSERT,UPDATE,DELETE,CREATE,DROP on tko.* TO 'autotest_tko'@'localhost' identified by 'a_password';
mysql> grant SELECT on tko.* TO 'nobody'@'localhost';
+mysql> grant SELECT on tko.* TO 'nobody'@'%';
mysql> quit
To create this schema inside the "tko" database: