Global Unique Identifiers

2007-01-04 Thread Daniel Kiss
Hi All, I'm designing a database where it is required for each row in a table to have a unique identifier accross a bunch of running MySQL servers on a network. I'm considering two options: 1. Have a two-column primary key, where the first column is a normal auto incremented ID field, the

Re: Global Unique Identifiers

2007-01-04 Thread David T. Ashley
On 1/4/07, Daniel Kiss [EMAIL PROTECTED] wrote: Hi All, I'm designing a database where it is required for each row in a table to have a unique identifier accross a bunch of running MySQL servers on a network. I'm considering two options: 1. Have a two-column primary key, where the first