Add files via upload

This commit is contained in:
wibyweb 2023-06-18 23:44:49 -04:00 committed by GitHub
parent df2dd3d1bc
commit fd1fe71033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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