Mysql - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: General (https://forum.open.mp/forumdisplay.php?fid=19) --- Forum: Programming (https://forum.open.mp/forumdisplay.php?fid=56) --- Thread: Mysql (/showthread.php?tid=1521) |
Mysql - Syxh0wN - 2021-01-13 my server uses a lot of cpu because of mysql, is there any way for me to know which code is pulling so much cpu? RE: Mysql - Excalibur - 2021-01-13 check each and every one of your sql queries, usually it can be from making too many queries at the same time, for example updating the database with a for every 1 minute? PS: it is an example. PD2: I don't speak English, I use google translator. |