From 151005e6b80cdd225fe969e5a3cd71c1d118a359 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 14 Jan 2017 15:32:14 +0100 Subject: [PATCH] imported changes from the wiki by @Based-Skid and @rugk --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f175fdf..5dbc509 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -115,7 +115,8 @@ The table prefix option is called `tbl`. > know. For reference or if you want to create the table schema for yourself (replace -`prefix_` with your own table prefix): +`prefix_` with your own table prefix and create the table schema with phpMyAdmin +or the MYSQL console): CREATE TABLE prefix_paste ( dataid CHAR(16) NOT NULL,