I am trying to get the following to occur with my InnoDB using auto-increment
ID | AI
1    1
1    2
1    3
2    1
2    2
2    3
How do I set this up? I tried setting both as the PK but that didn't work like it seems to in other DB engines.
Google was of no help or perhaps I couldn't get the right search terms.