diff --git a/html/about/guide.html b/html/about/guide.html index c9145e6..906b881 100755 --- a/html/about/guide.html +++ b/html/about/guide.html @@ -249,9 +249,9 @@ grant insert on rejected to 'crawler'@'localhost'; grant select on reserve_id to 'crawler'@'localhost'; grant insert on reserve_id to 'crawler'@'localhost'; grant delete on reserve_id to 'crawler'@'localhost'; -grant select on failed to 'crawler'@'localhost'; -grant insert on failed to 'crawler'@'localhost'; -grant delete on failed to 'crawler'@'localhost'; +grant select on crawled to 'crawler'@'localhost'; +grant insert on crawled to 'crawler'@'localhost'; +grant delete on crawled to 'crawler'@'localhost'; FLUSH PRIVILEGES;