Browse Source

imported changes from the wiki by @Based-Skid and @rugk

El RIDO 9 years ago
parent
commit
151005e6b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      INSTALL.md

+ 2 - 1
INSTALL.md

@@ -115,7 +115,8 @@ The table prefix option is called `tbl`.
 > know.
 > know.
 
 
 For reference or if you want to create the table schema for yourself (replace
 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 (
     CREATE TABLE prefix_paste (
         dataid CHAR(16) NOT NULL,
         dataid CHAR(16) NOT NULL,