Add files via upload
This commit is contained in:
parent
df2dd3d1bc
commit
fd1fe71033
1 changed files with 3 additions and 0 deletions
|
@ -249,6 +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';
|
||||
FLUSH PRIVILEGES;
|
||||
</pre>
|
||||
<h3>Copy the HTML files and PHP scripts to your web server</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue