|
what field are you changing as are they unique? php is a web interface to mysql client, you execute queriues to do bulk changes
<column> has 50004239492942 rows containing <column> = 1
UPDATE <table> SET <column>='5' WHERE <column>='1';
whee all done
|