Add files via upload
This commit is contained in:
parent
edbbd20b6f
commit
e83fe87469
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
</pre>
|
||||
<h3>Copy the HTML files and PHP scripts to your web server</h3>
|
||||
|
|
Loading…
Reference in a new issue