summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-28 11:01:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-03-28 11:01:19 +0200
commit3ed47710e7b81b4f48a98f0d848ddc360e5db911 (patch)
tree496ea09ec91751a11aa46c31b74a11533c4ba82e
parent9442783c202c8790918bb89fb25bef5ee3c4aa12 (diff)
Minor tweak to odb-tests/README.md
-rw-r--r--odb-tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-tests/README.md b/odb-tests/README.md
index dd540d8..5b3662c 100644
--- a/odb-tests/README.md
+++ b/odb-tests/README.md
@@ -77,6 +77,6 @@ compiler for C++.
CREATE USER odb_test@'%';
CREATE USER odb_test@'localhost';
CREATE DATABASE odb_test;
- GRANT ALL PRIVILEGES ON odb_test.* to odb_test@'%';
+ GRANT ALL PRIVILEGES ON odb_test.* TO odb_test@'%';
FLUSH PRIVILEGES;
```