table corruption endemic

2001-05-01 Thread David Block
se myisamchk on them, and it seems to correct the problem, but the problem comes back. Any ideas? ------- David Block [EMAIL PROTECTED] http://bioinfo.pbi.nrc.ca/dblock/wiki NRC Plant Biotechnology Institute Saskatoon, SK, Canada -

RE: Newbie question - Hopefully not too stupid!

2001-04-26 Thread David Block
Nice query, Braxton. I was trying to do it with a left join, but that required splitting Table2 into an OFF table and an ON table. I must remember count(1/(condition)); it seems to be very useful. Back to my real work... --- David Block [EMAIL PROTECTED] http://bioinfo.pbi.nrc.ca

RE: Newbie question - Hopefully not too stupid!

2001-04-26 Thread David Block
s that have only > > ALL ons relating to them. I > > do not want a combination of > > off, off or on, off etc... > > > > The only way I have been able > > to accomplish this was to count > > the number of instances for each > > table and save them in temp

Re: File Not Found Error

2001-04-26 Thread David Block
Bit me a few weeks ago. It's a permissions problem- mysql doesn't have permissions to read the file, therefore it does not exist. cd /var/lib/mysql chown mysql */* chgrp mysql */* Then it will work. ------- David Block [EMAIL PROTECTED] http://bioinfo.pbi.nrc.ca/dblock/wiki