OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
3.6 mysql problems

From: Cameron Schaus (camschaus.ca)
Date: Sun Jan 09 2005 - 10:54:30 CST


I installed the 3.6 mysql packages onto a 3.6 stable machine (i386).
I copied the databases from my 3.4 machine into /var/mysql. mysql
worked fine for some databases, but for others it would not work.

Trying to do a mysqldump gives:
mysqldump: Can't get CREATE TABLE for table `[table]` (File
'./[database]/[table].MYD' not found (Errcode: 9))

There are no errors in the logs. I also see that someone else
reported this problem:
http://www.monkey.org/openbsd/archive/misc/0410/msg02610.html

Following the advice in the post above I checked out the 3.5 mysql
port from cvs and compiled and installed it. Things are running fine
now, as I can access the database that was previously inaccessable and
I can now dump the database.

Is the problem with the mysql port fixed in current?

Cam