Re: myisamcheck

2007-02-28 Thread Ding Deng
Payne <[EMAIL PROTECTED]> writes: > Hi, > > I am currently using SuSE and like to be able use myisamcheck when start > up mysql. Is there a command that I can added to my init.d script that > would do that. MySQL Debian package[0] does this. The init.d script is just a ba

RE: myisamcheck

2007-02-27 Thread emierzwa
, February 27, 2007 5:32 AM To: mysql@lists.mysql.com Subject: myisamcheck Hi, I am currently using SuSE and like to be able use myisamcheck when start up mysql. Is there a command that I can added to my init.d script that would do that. Thanks, Payne -- MySQL General Mailing List For list

myisamcheck

2007-02-27 Thread Payne
Hi, I am currently using SuSE and like to be able use myisamcheck when start up mysql. Is there a command that I can added to my init.d script that would do that. Thanks, Payne -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: Rights required to run myisamcheck

2004-06-24 Thread Jim Shea
Dan Nelson wrote: 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 priv

Re: Rights required to run myisamcheck

2004-06-24 Thread Dan Nelson
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 > privilege

Re: Rights required to run myisamcheck

2004-06-24 Thread gerald_clark
Jim Shea wrote: 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 want to create a special account that has the minimum required rights. In searching the docs I don't find this listed.

Re: Rights required to run myisamcheck

2004-06-24 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 24 June 2004 12:15 pm, Jim Shea wrote: > 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 > want to create a special acco

Rights required to run myisamcheck

2004-06-24 Thread Jim Shea
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 want to create a special account that has the minimum required rights. In searching the docs I don't find this listed. http://dev.my