Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
July 1, 2013 at 12:10 pm
#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.