30.01.2012, 04:57
Hey there, i have a problem with my mysql query,
im using this query here:
this query needs 40ms to execute...
is this normal? could you test it how long this code needs on your computer?
im using XAMPP with MySQL.
PC: i7 2600K, 16GB DDR3
im using this query here:
Код:
new start = GetTickCount(); mysql_query("UPDATE `Accounts` SET `Online` = '0' WHERE `Username` = 'Momo'"); printf("Time used: %ims", GetTickCount() - start);
is this normal? could you test it how long this code needs on your computer?
im using XAMPP with MySQL.
PC: i7 2600K, 16GB DDR3