Log in

View Full Version : Create NEW user table ...



pepe_lepew1962
11-24-2008, 06:38 PM
Hello:

I am thinking about creating a new user table but when I do a search it only returns "create new user". Can anyone point me in a direction that is about NEW user tables. As for why, part PaRaNoId, part just because.

tfit
11-25-2008, 01:01 AM
Do you mean a temporary table to store user information? If so it means a table that is protected from your data as users input isn't trusted.

npsari
01-05-2009, 12:10 AM
Are you talking about mySQL tables?

You can use: phpmyadmin

This is what i usually use to create a table

boogyman
01-05-2009, 12:44 PM
Hello:

I am thinking about creating a new user table but when I do a search it only returns "create new user". Can anyone point me in a direction that is about NEW user tables. As for why, part PaRaNoId, part just because.

if you are paranoid about your existing structure being deleted, my suggestion would be to do a backup and/or dumping the database and storing an extraction of the data on a separate machine.

Now as for actually creating a new table. take a look at
http://dev.mysql.com/doc/refman/5.1/en/create-table.html