Add files via upload

This commit is contained in:
wibyweb 2023-08-06 22:08:58 -04:00 committed by GitHub
parent edbbd20b6f
commit e83fe87469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>