Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to setup a database table? Re: How to setup a database table?

#141150
__
Participant

>Therefore, (since I’m paranoid about security) this looks correct to you?

As @Crocodillon said, it’s not a security issue (and the performance issue isn’t very big either; I’m just dealing with it a lot right now, so I’m oriented that way).

As far as “correct,” umm… I dunno. Probably. In phpMyAdmin’s [SQL] tab, do
`SHOW CREATE TABLE read` (your table name is “read”, right?) and post the result.