i am installing g2, and when i'm creating a database with my host, it asks for a database name, and number of fields. what should i put for the number of fields? i would hope it could add them dynamically if it needed more... the server (godaddy.com) uses mysql.
thanks,
keith
Posts: 32509
chaos421, when you create an empty database, you don't need to specify the number of fields/tables. It should only ask you for a database name.
G2 creates the tables with all fields automatically with the G2 installer. So, all G2 needs is an empty database, no fields or something else.
Try 0 fields, or whatever lets you finish the wizard to create a database, it shouldn't matter.
If it doesn't work, then perhaps your host has configured your database user account with too few permissions (no create/alter table), but let's first see if it works.
Posts: 44
ahh... i tried one, and it was trying to get me to create a table... and not the database. all appears to work now.
thanks,
keith