In the last episode (Jun 24), Jim Shea said:
> I'm setting up a cron job to run myisamcheck with the options
> "-Aacmorv". As I have to put in a username and password, for security I
>
> http://dev.mysql.com/doc/mysql/en/GRANT.html lists the available
> privileges and http://dev.mysql.com/doc/mysql/en/Using_mysqlcheck.html
> describes the operation and options for mysqlcheck. I can't find a cross
> reference between the two!
There is no connection, since myisamchk directly accesses the
underlying table files without going through mysqld.
How about using the "CHECK TABLE" and "REPAIR TABLE" mysql commands
instead?
http://dev.mysql.com/doc/mysql/en/CHECK_TABLE.html
http://dev.mysql.com/doc/mysql/en/REPAIR_TABLE.html
--
Dan Nelson
dnelson@stripped