MySQL problem
#3

And why exactly do you need 50k updates? In any case, for such large transactions you should use, well, transactions.

PHP код:
START TRANSACTION;
UPDATE ...
UPDATE ...
UPDATE ...
COMMIT
Reply


Messages In This Thread
MySQL problem - by Urukhay - 23.03.2015, 09:14
Re: MySQL problem - by Darrenr - 23.03.2015, 10:12
Re: MySQL problem - by Vince - 23.03.2015, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)