Hi,
I have certain tables where I'd like the record id to autoincrement and start at 0.
0 would recommend someone who doesn't have access
1 and above have different access privileges.
There are new levels added, hence the desire to use Auto-increment. The problem comes when I use SQL dumps to move the table to a new server.
Everytime the there is a 0 in the index, it wants to set it to 1 instead. If I manually edit to 0, it's fine.
When I create the table, I see (in PHPMyAdmin) "Next Autoindex 1"
Is there any way to start the autoindex at 0.
Thanks,
Jer
I have certain tables where I'd like the record id to autoincrement and start at 0.
0 would recommend someone who doesn't have access
1 and above have different access privileges.
There are new levels added, hence the desire to use Auto-increment. The problem comes when I use SQL dumps to move the table to a new server.
Everytime the there is a 0 in the index, it wants to set it to 1 instead. If I manually edit to 0, it's fine.
When I create the table, I see (in PHPMyAdmin) "Next Autoindex 1"
Is there any way to start the autoindex at 0.
Thanks,
Jer