Re: OS X Gui?

2005-04-07 Thread Eric Gorr
Jeff Justice wrote: Yes, there is a MySQL beta version of the administrator, but be warned, it has many bugs that I personally believe makes it unusable. I would have to agree. I just tried it out and within a few seconds had it crash on me. Hopefully they'll get it fixed up. -- == Eric Gorr

[Q] Database design

2005-04-02 Thread Eric Gorr
Not having done much database design in the past, I have what should be a fairly simple design question. I usage of mySQL will revolve around a common group + user system. There can be multiple groups and each group will contain some subset of users. Each group will have a custom set of data

Re: [Q] Database design

2005-04-02 Thread Eric Gorr
for the pointers. Unfortunately, http://www.artfulsoftware.com/dbresources.html seems to have a couple of broken links (Codd's Rules)...any idea where this information can be found? -- == Eric Gorr = http://www.ericgorr.net = ICQ:9293199 == Those who would sacrifice a little freedom

Re: [Q] Database design

2005-04-02 Thread Eric Gorr
Tom Crimmins wrote: user table: id (pk) name any other user info only dependant on the user group table: id (pk) name any other group info only dependant on the group usergroup table: user_id (pk) group_id (pk) any info specific to individual user/group combo Yes, if I understand what you are

Re: [Q] Database design

2005-04-02 Thread Eric Gorr
userSpecificInformation -- == Eric Gorr = http://www.ericgorr.net = ICQ:9293199 == Therefore the considerations of the intelligent always include both benefit and harm. - Sun Tzu == Insults, like violence, are the last refuge of the incompetent... === -- MySQL General Mailing List For list archives