> Hi
> 
> Is there any reason to reboot MySql periodically?

Short answer: No. 
 
> My server has been up for just under 6 months without a reboot, 

That is not unusual.

> and some of
> the queries are noticeably slower. This may well be because the data has
> grown, but I wondered if there is any memory leakage at all.

If you have deleted from many tables, OPTIMIZE will be
your friend.

You might also want to go back to your queries, do an
EXPLAIN and see if you need to redefine indexes, etc.

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to