On 3/26/07, Chris <[EMAIL PROTECTED]> wrote:
itoctopus wrote:
> The purpose of this script is to optimize all associated tables in all
> databases on a mysql server. This script is working great, you can put in a
> CRON and run it every day. Feel free to throw in your 2 cents!

It's going to time out if you have any large databases or tables.

What about set_time_limit(999999)??


Also a much easier option is to run

mysqlcheck -o ...

That's true :)

Tijnema

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to