From 00ab3b30650e450c2ec61f86ae4b40cc6dc1f057 Mon Sep 17 00:00:00 2001 From: Paul Jewell Date: Thu, 24 Jul 2025 08:27:39 +0100 Subject: [PATCH] #267 - Remove mysql instructions from site-generator --- site-generator | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/site-generator b/site-generator index f5d67ab..d1dcf12 100755 --- a/site-generator +++ b/site-generator @@ -56,19 +56,9 @@ Perl Template Toolkit. * SQLite v3.8.3 or greater is recommended. CTE WITH clauses are used in some template queries. Must convert WITH clauses to sub-queries when using earlier versions of SQLite. - With MySQL - * Create database hpr_hpr in the MySQL server from HPR dump file. - - sudo mysql --host=localhost < hpr.sql - * Create a user that will be used by the site-generator. - - Suggested username: hpr-generator - - CREATE USER 'hpr-generator'@'localhost' IDENTIFIED BY ''; - * Limit the user's privileges to EXECUTE and SELECT - - GRANT SELECT ON hpr_hpr.* TO 'hpr-generator'@'localhost'; - - GRANT EXECUTE ON `hpr_hpr`.* TO 'hpr-generator'@'localhost'; - Install the needed Perl modules using preferred method (distribution packages, CPAN, etc.) * Config::Std - * DBD::SQLite or DBD:mysql + * DBD::SQLite * DBI * Data::Dumper * Date::Calc