From 8945c21cf3498829ba10321a39e7dbdef5c9c888 Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 8 Oct 2024 09:58:09 +0200 Subject: [PATCH] documentation changes to install Signed-off-by: Banana --- documentation/install.md | 2 +- setup.sql => documentation/setup.sql | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) rename setup.sql => documentation/setup.sql (91%) diff --git a/documentation/install.md b/documentation/install.md index 276d49d..b0a5198 100644 --- a/documentation/install.md +++ b/documentation/install.md @@ -6,7 +6,7 @@ Please check the requirements file first. You need a MySQL installation and a user which can create a database. -Use setup.sql to create the `aranea` database and its tables. `mysql --user=user -p < setup.sql` +Use `setup.sql` to create the `aranea` database and its tables. `mysql --user=user -p < setup.sql` # Config diff --git a/setup.sql b/documentation/setup.sql similarity index 91% rename from setup.sql rename to documentation/setup.sql index 7a349e6..2fa4c9b 100644 --- a/setup.sql +++ b/documentation/setup.sql @@ -1,12 +1,3 @@ --- phpMyAdmin SQL Dump --- version 5.0.4deb2 --- https://www.phpmyadmin.net/ --- --- Host: localhost:3306 --- Generation Time: May 08, 2022 at 09:44 AM --- Server version: 10.5.15-MariaDB-0+deb11u1 --- PHP Version: 7.4.28 - SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; @@ -17,14 +8,6 @@ SET time_zone = "+00:00"; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; --- --- Database: `aranea` --- -CREATE DATABASE IF NOT EXISTS `aranea` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin; -USE `aranea`; - --- -------------------------------------------------------- - -- -- Table structure for table `unique_domain` -- -- 2.39.5