Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: Modifying database structure

Quote Reply
Re: Modifying database structure In reply to
You could do one of the following:

1) Download and install the MySQLMan application that allows you manage your MySQL tables and databases. You will need to update your .cfg file with the new field you added.

2) Add the new field in the .cfg file and then run the setup.cgi file again to add the field.

3) Learn some SQL syntax/commands and via telnet you can INSERT new fields into your MySQL table(s).

If it was up to me, I would do the first option.

Regards,

Eliot Lee

Subject Author Views Date
Thread Modifying database structure Rodrigo Fernandez 3184 Aug 16, 2000, 5:36 PM
Thread Re: Modifying database structure
Stealth 3092 Aug 16, 2000, 6:56 PM
Thread Re: Modifying database structure
Rodrigo Fernandez 3105 Aug 16, 2000, 8:23 PM
Post Re: Modifying database structure
Stealth 3098 Aug 16, 2000, 8:33 PM