Search found 3 matches

by Ton van der Zwet
Sat May 13, 2006 8:59 pm
Forum: MySQL
Topic: #1030 - Got error 127 from storage engine
Replies: 7
Views: 12941

mysql joomla error..

Marty,

did you follow the recommendations from the OpenVMS porter? I modified the startup file to make the default database engine for tables innodb. I haven't had an error since (with phpbb).
Can you look at the engine used for joomla table?

A friend did a joomla installation and according to him ...
by Ton van der Zwet
Fri May 05, 2006 9:39 pm
Forum: MySQL
Topic: #1030 - Got error 127 from storage engine
Replies: 7
Views: 12941

Re: MyISAM still a problem with 4.1.14?

Does the MyISAM engine still have corruption problems? It looks like Joomla is set up to use MyISAM, and I've been having problems with table data disappearing.

I didn't check it recently.

I try to spend as much time as possible on the fieldtest of OpenVMS and GNV.
I was wondering, do you mean ...
by Ton van der Zwet
Tue May 03, 2005 11:14 pm
Forum: MySQL
Topic: #1030 - Got error 127 from storage engine
Replies: 7
Views: 12941

Possible database corruption, have you tried repairing the table,

REPAIR TABLE <table-name>

Ref, http://www.databasejournal.com/features/mysql/article.php/10897_3300511_2

OK, I guess the table will be corrupt and will get corrupted every time a certain sequence of instructions is executed. With ...