I just updated the 1.5.3 beta from the website
Everything is working, but MySQL load has quadrupled, and the number of slow queries has gone through the roof.
Before, MySQL would use about 20-25% CPU, now it's using 100% CPU, and there are now almost 40,000 slow queries (There were 0 slow queries before).
Connection id: 469616
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.0.45 MySQL Community Server (GPL)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: latin1
Conn. characterset: latin1
UNIX socket: /tmp/mysql.sock
Uptime: 20 days 3 hours 7 min 30 sec
Threads: 29 Questions: 756973625 Slow queries: 39137 Opens: 10040 Flush tables: 1 Open tables: 256 Queries per second avg: 435.230
Has anything changed in 1.5.3 that I need to change with MySQL (besides updgrading the tables, which has been done)
Thanks!
Everything is working, but MySQL load has quadrupled, and the number of slow queries has gone through the roof.
Before, MySQL would use about 20-25% CPU, now it's using 100% CPU, and there are now almost 40,000 slow queries (There were 0 slow queries before).
Connection id: 469616
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.0.45 MySQL Community Server (GPL)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: latin1
Conn. characterset: latin1
UNIX socket: /tmp/mysql.sock
Uptime: 20 days 3 hours 7 min 30 sec
Threads: 29 Questions: 756973625 Slow queries: 39137 Opens: 10040 Flush tables: 1 Open tables: 256 Queries per second avg: 435.230
Has anything changed in 1.5.3 that I need to change with MySQL (besides updgrading the tables, which has been done)
Thanks!
Comment