How do I update my primary key in MySQL?
        Posted  
        
            by Wesley
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wesley
        
        
        
        Published on 2010-05-26T23:04:17Z
        Indexed on 
            2010/05/26
            23:11 UTC
        
        
        Read the original article
        Hit count: 221
        
Ok, this is probably really simple, but I just can't figure it out. I have a primary key in a table that goes from 1-5,000. I need to manually update that id (for other table update purposes) so that it says 5,000-10,000. Can't I manually update this column? Please help!!! Thank you
© Stack Overflow or respective owner