diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2007-10-25 21:38:14 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2007-10-25 21:38:14 +0000 |
commit | 5b80bcc609346cc2ab870b5056773bdf6aebdcb7 (patch) | |
tree | f7904e560e91b352c34cde352718b6dfbfffdd36 /tko | |
parent | c554df01560308bb8ecca48bfa88782d31492973 (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/README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |