From 9eb57975e54881617874c65066f7b899a005460f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 5 Jun 2022 03:05:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srv/crontab | 19 +------------------ srv/tbl | 2 ++ srv/tbl2 | 2 ++ 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/srv/crontab b/srv/crontab index a3528e7..267c851 100644 --- a/srv/crontab +++ b/srv/crontab @@ -1,18 +1 @@ -# /etc/crontab: system-wide crontab -# Unlike any other crontab you don't have to run the `crontab' -# command to install the new version when you edit this file -# and files in /etc/cron.d. These files also have username fields, -# that none of the other crontabs do. - -SHELL=/bin/sh -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin - -# Example of job definition: -# .---------------- minute (0 - 59) -# | .------------- hour (0 - 23) -# | | .---------- day of month (1 - 31) -# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... -# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat -# | | | | | -# * * * * * user-name command to be executed - 0 2 * * 0 root php /path/to/the/kensaku.online/tool/crawler.php + 0 2 * * 0 root php /www/active/kensaku.online/tool/crawler.php diff --git a/srv/tbl b/srv/tbl index 377d9c6..e71a5f8 100644 --- a/srv/tbl +++ b/srv/tbl @@ -1,6 +1,8 @@ DROP DATABASE IF EXISTS `kensaku`; CREATE DATABASE `kensaku` CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`; +USE `kensaku`; + DROP TABLE IF EXISTS `website`; CREATE TABLE `website` ( `id` int(10) NOT NULL AUTO_INCREMENT, diff --git a/srv/tbl2 b/srv/tbl2 index 66f1389..93c985b 100644 --- a/srv/tbl2 +++ b/srv/tbl2 @@ -1,3 +1,5 @@ +USE `kensaku`; + INSERT INTO `website` (url) VALUES ('https://076.moe'); INSERT INTO `website` (url) VALUES ('https://technicalsuwako.moe');