From 47f9f2a184d999cc1b43029aed96fddcc0027a16 Mon Sep 17 00:00:00 2001 From: Based-Skid Date: Wed, 11 Jan 2017 18:48:44 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation.md b/Installation.md index 4e6bed0..7537913 100644 --- a/Installation.md +++ b/Installation.md @@ -114,6 +114,9 @@ The table prefix option is called `tbl`. For reference or if you want to create the table schema for yourself (replace `prefix_` with your own table prefix): +It Should Be Noted That this Default Config works. You should Probably create the table schema with phpMyAdmin or +the MYSQL console. + CREATE TABLE prefix_paste ( dataid CHAR(16) NOT NULL,