473,385 Members | 1,753 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to fix error 134 from storage engine

IPB WARNING [2] mysql_query() [function.mysql-query]: Unable to save
result set (Line: 457 of /ips_kernel/class_db_mysql.php)
There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL query error: SELECT MIN(pid) as pid FROM ib_posts WHERE queued=0
AND topic_id=85734 AND post_date 1160298086 LIMIT 0,1

SQL error: Got error 134 from storage engine
SQL error code:
Date: Wednesday 13th of October 2006 04:51:36 PM

How can I fix it?

Oct 15 '06 #1
6 61450
>IPB WARNING [2] mysql_query() [function.mysql-query]: Unable to save
>result set (Line: 457 of /ips_kernel/class_db_mysql.php)
There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL query error: SELECT MIN(pid) as pid FROM ib_posts WHERE queued=0
AND topic_id=85734 AND post_date 1160298086 LIMIT 0,1

SQL error: Got error 134 from storage engine
SQL error code:
Date: Wednesday 13th of October 2006 04:51:36 PM

How can I fix it?
Try: REPAIR TABLE ib_posts;
Your table may be crashed.

Oct 15 '06 #2
Yes, I agree with the previous responder. But before you do a repair
table, you can do a "check table .... extended" to see what the problem
is with the table... just in case you want to know.

Also... it is important to note that during the repair process several
records from the problematic table may be lost. I just went through
this a few weeks ago. I had a table with about 1500 records in it. I
was getting 134 error message. After repair... about 6 records were
lost. I'm not sure how to get around this, but I thought I would call
your attention to it so that it doesn't come as a surprise.

Andy
Th************@gmail.com wrote:
IPB WARNING [2] mysql_query() [function.mysql-query]: Unable to save
result set (Line: 457 of /ips_kernel/class_db_mysql.php)
There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL query error: SELECT MIN(pid) as pid FROM ib_posts WHERE queued=0
AND topic_id=85734 AND post_date 1160298086 LIMIT 0,1

SQL error: Got error 134 from storage engine
SQL error code:
Date: Wednesday 13th of October 2006 04:51:36 PM

How can I fix it?
Oct 16 '06 #3

torpecool wrote:

mySQL query error: DELETE FROM ib_sessions WHERE member_id=11089

SQL error: Can't open file: 'ib_sessions.MYI' (errno: 145)
SQL error code:
Date: Tuesday 17th of October 2006 09:27:20 PM

Oct 18 '06 #4
There is an error with your BBCode, the number of opening tags do not
meet the number of closing tags.
There is an error with your BBCode. It is possible that you have
incorrectly used a tag such as [TAG] when it is meant to be used as
[TAG=] or vice-versa.

How can I fix these errors ?

Oct 19 '06 #5
IPB WARNING [2] mysql_query() [function.mysql-query]: Unable to save
result set (Line: 457 of /ips_kernel/class_db_mysql.php)

There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL query error: SELECT s.member_id, s.member_name, s.member_group,
s.id, s.login_type, s.location, s.running_time, t.forum_id
FROM ib_sessions s
LEFT JOIN ib_topics t ON ( t.tid=s.location_1_id)
WHERE s.location_2_type='forum' AND (s.location_2_id=45 OR
t.forum_id=45)
AND s.running_time 1161976205
AND s.in_error=0

SQL error: Got error 134 from storage engine
SQL error code:
Date: Saturday 28th of October 2006 03:10:05 PM

---------------------------------------------------------
IPB WARNING [2] mysql_query() [function.mysql-query]: Unable to save
result set (Line: 457 of /ips_kernel/class_db_mysql.php)

There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
mySQL query error: SELECT s.member_id, s.member_name, s.member_group,
s.id, s.login_type, s.location, s.running_time, t.forum_id
FROM ib_sessions s
LEFT JOIN ib_topics t ON ( t.tid=s.location_1_id)
WHERE s.location_2_type='forum' AND (s.location_2_id=17 OR
t.forum_id=17)
AND s.running_time 1161976356
AND s.in_error=0

SQL error: Got error 134 from storage engine
SQL error code:

Oct 28 '06 #6
IPB WARNING [2] mysql_connect() [function.mysql-connect]: Can't connect
to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11)
(Line: 131 of /ips_kernel/class_db_mysql.php)

There appears to be an error with the database.
You can try to refresh the page by clicking here.

Error Returned
SQL error: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (11)
SQL error code:
Date: Tuesday 14th of November 2006 02:36:21 PM

Nov 14 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: crescent_au | last post by:
I've read articles and postings about MyISAM vs InnoDB but I am still a bit unsure about which storage engine to use for my new project. I am developing a website in PHP/MySQL, which includes...
2
by: VK | last post by:
Does anyone have a reputable reference about internal string storage in JavaScript? (for some particular implementation I mean). Say having 1,048,576 characters long string from the geometric...
3
by: ScarletPimpernal | last post by:
Here are my Storage Engine Status. mysql> SHOW ENGINES; +------------+---------+----------------------------------------------------------------+ | Engine | Support | Comment ...
1
by: sandeepk84 | last post by:
Hi all, When i tried executing one query am getting this error. ERROR 1030 (HY000): Got error 28 from storage engine can anyone tell me how to resolve this? is this related to diskspace? ...
1
by: zek | last post by:
i get the following error from a db query Got error 28 from storage engine
8
by: Damodhar | last post by:
hi any one can say Which Storage engine is better? why? What are functions available in MySQL?
1
by: abhishek26 | last post by:
I got this error #1030 - Got error 28 from storage engine when i'm trying to access in table in my database.........or when i'm trying to edit particular entry from any table this error #1030 - Got...
2
by: pedrok | last post by:
Hi Hoping someone may be able to help. I run a forum using Invision (IP.Board). I have named its MYSQL Database - IPB DB I was trialing a component modification IBPWIKI mod, which runs its...
2
by: kdeveloper | last post by:
Hello Pythonists, I am building a non blocking socket server for incomming UDP packets. The server needs to run at least three threads: 1. getting data and pushing to "some" storage (at the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.