Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: Mysql syntax help

date posted 2nd May 2008 08:16

Quoting Dom Latter [EMAIL REMOVED]

>
> Or that the code is moved to an (MySQL or otherwise) engine that does
> re-use IDs, or issue them out of order. Moving the database to another
> server might also muck up your IDs.

If you're moving servers then so long as you export the SQL in =20
order to import it again, the table construct SQL will include the =20
AUTO_INCREMENT [xxx] as part of that definition, so it shouldn't muck =20
up the auto_increments at that point either.
>
> I've not seen anything in the docs that says that the MySQL engine
> MUST issue IDs in order, without re-use. If anybody can find something
> like that, I'd be very interested.
>

MySQL will re-use the *row*, but not the ID (unless explicitly =20
requested to do so) on an auto_increment field. If you create a table =20
with an auto_increment field called ID, and add ten rows to it, then =20
delete (f'rexample) records 5 and 8 , when it comes to inserting a new =20
record, it'll still have the ID of 11, but it will go in to the space =20
where record 5 was. If you then do a simple browse of the table in =20
PHPMyAdmin, you'll see what I mean. But it'll still have the correct =20
ID, and thus sort fine using that ID column.

Alex
http://www.ozbon.com



> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>



Messages by Day
May 31st 2008
May 30th 2008
May 29th 2008
May 28th 2008
May 27th 2008
May 26th 2008
May 25th 2008
May 24th 2008
May 23rd 2008
May 22nd 2008
May 21st 2008
May 20th 2008
May 19th 2008
May 18th 2008
May 17th 2008
May 16th 2008
May 15th 2008
May 14th 2008
May 13th 2008
May 12th 2008
May 11th 2008
May 10th 2008
May 9th 2008
May 8th 2008
May 7th 2008
May 6th 2008
May 5th 2008
May 4th 2008
May 3rd 2008
May 2nd 2008
May 1st 2008


Messages by Month
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000