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

This commit is contained in:
El RIDO 2017-01-14 15:32:14 +01:00
parent db2778c64f
commit 151005e6b8
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -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,