vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Perhaps you can add the sql command version of myisamchk to the server init file to run at startup. Where a line in this file was: myisamchk tbl_name [mysqld] init_file=/path/to/data-directory/mysqld_init.sql Ed -----Original Message----- From: Payne [mailto Sent: Tuesday, 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 archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=emierzwa@micron.com |
| ||||
| Payne <payne@magidesign.com> 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 bash script, so you may add whatever you want. [0] http://packages.qa.debian.org/m/mysql-dfsg-5.0.html > Thanks, > > Payne |