Home > mysql repair > error 1030 hy000 got error 134 from storage engine

Error 1030 Hy000 Got Error 134 From Storage Engine

Contents

error 134 from storage engine Written by

Linux Mysql Command Line Database Repair

Guillermo Garron Date: 2011-08-24 07:20:00 00:00 If you get this error General mysql check all tables error: 1030 Got error 134 from storage engine when trying to access any PHP application that uses MySQL, do not panic mysql repair all tables as the problem is really easy to solve. All you have to do is repair your tables, you can use PHPMyAdmin for that: Login into PHPMyAdmin Choose the database you want to work with. Check the boxes of all your tables. Below

Mysql Repair Database

the tables, there is a drop down menu, choose "repair table" from it. You can also use the MySQL command line, mysql>use [database]; mysql>check table [your_table]; If you see any other thing different than this: +-----------------+-------+----------+----------+ | Table | Op | Msg_type | Msg_text | +-----------------+-------+----------+----------+ | piwik.piwik_pdf | check | status | OK | +-----------------+-------+----------+----------+ 1 row in set (0.00 sec) Of course your table name will change, but the Msg_text should be OK. If it is not OK run this command: mysql>repair table [your_table]; That should solve your problem with General error: 1030 Got error 134 from storage engine error. permalink If you enjoyed the article, please share it Contact All rights reserved. Hosted at Digital Ocean Design by: Guillermo Garron

Quilario Email Updates: Status: No Feedback Impact on me: None Category:MySQL Server: MyISAM storage engine Severity:S1 (Critical) Version:5.0.27, 5.0.45 OS:Linux mysql check table (Linux 2.6.20-1.2320.fc5) Assigned to: Tags: 5.0.27-1.fc5, corruption, error 1030, error 134, mysql repair table myisam View Add Comment Files Developer Edit Submission View Progress Log Contributions [8 Aug 2007 3:23] Virgilio Quilario

Mysqlcheck

Description: hi, mysql returns ERROR 1030 (HY000): Got error 134 from storage engine when executing a query while insertions are on going on a myisam table. here are https://www.garron.me/linux/general-error-1030-got-error-134-from-storage-engine.html the machine and mysql specs: cpu: Dual Intel(R) Xeon(TM) CPU 2.80GHz os: Linux 2.6.20-1.2320.fc5 ram: 8gb mysql: mysql-server-5.0.27-1.fc5 filesystem: ext3 hdd: 23Gb (2.98% used) here is the my.cnf contents [mysqld] port=3306 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock old_passwords=1 log-error = /var/lib/mysql/mysql.err log-slow-queries=/var/lib/mysql/slow_queries_20070807.log skip-locking skip-bdb skip-ndbcluster skip-networking key_buffer = 512M max_allowed_packet = 1M table_cache = 4096 sort_buffer_size = 1M read_buffer_size = 1M read_rnd_buffer_size https://bugs.mysql.com/bug.php?id=30290 = 1M myisam_sort_buffer_size = 1M thread_cache_size = 200 query_cache_size = 64M myisam_recover=FORCE,BACKUP # Try number of CPU's*2 for thread_concurrency thread_concurrency = 4 max_connect_errors = 999999 max_connections = 600 wait_timeout = 10 max_heap_table_size = 32M # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = /var/lib/mysql/ innodb_log_group_home_dir = /var/lib/mysql/ innodb_log_arch_dir = /var/lib/mysql/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high innodb_buffer_pool_size = 512M innodb_additional_mem_pool_size = 64M # Set .._log_file_size to 25 % of buffer pool size innodb_log_file_size = 128M innodb_log_buffer_size = 128M innodb_flush_log_at_trx_commit = 0 innodb_lock_wait_timeout = 10 innodb_thread_concurrency = 4 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid [mysqldump] quick max_allowed_packet = 2M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [isamchk] key_buffer = 32M sort_buffer_size = 32M read_buffer = 1M write_buffer = 1M [myisamchk] key_buffer = 32M sort_buffer_size = 32M read_buffer = 1M write_buffer = 1M [mysqlhotcopy] interactive-timeout How to repeat: the show create table output CREATE TABLE `si

in apache, php, whatever - on server. Cannot seeany stats currently/ mysql repair Please help NZ jimg 2011-08-26 14:49:00 UTC #2 Until someone more versed on the specifics of piwik chimes in, I would take a look at got error 134 the following: http://bugs.mysql.com/bug.php?id=30290 Mentions a repeatable bug when performing queries while insertions are occurring on an myisam table. Don't know which version of mysql you have - suggests 5.0.45 on should have this fix. consider doing arepair table table_name;analyze table table_name; on the selected table. nelliza111 2011-08-26 18:56:00 UTC #3 Thank you - table repair helped! NZ Home Categories FAQ/Guidelines Terms of Service Privacy Policy Powered by Discourse, best viewed with JavaScript enabled

id = 'mod_serialized' [nativecode=1030 ** Got error 134 from storage engine]SQL - SELECT data FROM module_xml WHERE id = 'mod_serialized' Trace Back /var/www/html/admin/libraries/sql.functions.php:25 die_freepbx() 0: SELECT data FROM module_xml WHERE id = 'mod_serialized' [nativecode=1030 ** Got error 134 from storage engine]SQL - SELECT data FROM module_xml WHERE id = 'mod_serialized' /var/www/html/admin/libraries/modulelist.class.php:17 sql() 0: SELECT data FROM module_xml WHERE id = 'mod_serialized' [1]: getOne /var/www/html/admin/libraries/modulelist.class.php:11 modulelist->modulelist() 0: db_mysql: (phptype=mysql, dbsyntax=mysql) [connected] /var/www/html/admin/libraries/module.functions.php:360 modulelist::create() 0: db_mysql: (phptype=mysql, dbsyntax=mysql) [connected] /var/www/html/admin/libraries/utility.functions.php:1483 module_getinfo() 0: [1]: 2 /var/www/html/admin/libraries/utility.functions.php:1459 bootstrapparse_hooks() /var/www/html/admin/bootstrap.php:159 bootstrap_include_hooks() 0: pre_module_load [1]: all_mods /etc/freepbx.conf:9 require_once() /var/www/html/admin/config.php:109 include_once()

Phades 2013-12-04 06:41:33 UTC #2 Is there anything I can do while at console to fix this? Phades 2013-12-04 17:32:03 UTC #3 bump dicko 2013-12-04 18:17:49 UTC #4 Your mysql tables are corrupt, you will need to repair the database asterisk (if possible) http://dev.mysql.com/doc/refman/5.1/en/repair-table.html Phades 2013-12-05 03:17:16 UTC #5 The pbx system is still working. I'm able to place/receive calls. It appears only the web interface is borked so I can't use the freepbx web interface. How would I go about doing this repair?--should I make a php page to execute the sql code? Any advice? SkykingOH 2013-12-05 04:21:02 UTC #6 Make a php page to execute SQL code? No idea what that means. You need to use the mysql tool to try and repair DB. Don't suppose you have a backup? I am updating a system tonight, made 4 backups before I started. Phades 2013-12-05 05:03:18 UTC #7 I'm not familiar with using the mysql tool. How would I access it? dicko 2013-12-05 05:04:38 UTC #8 bash, over ssh would be the simplest way. SkykingOH 2013-12-06 23:48:03 UTC #9 When someone gives you an answer that you don't know what it is go to Google. If you put in "linux mysql command line database repair" you would be shocked. It's a miracle, the answer is right before your eyes. If you Google "fix mysql database" you will be lost. Learning to construct useful searches is imperativ

 

Related content

cacti cmdphp error sql assoc failed

Cacti Cmdphp Error Sql Assoc Failed p ERROR SQL Assoc Failed Moderators Moderators Developers Page of relatedl posts Go to page Next cacti mysql password Previous topic Next topic Author Message mistery Post subject CMDPHP Poller ERROR mysql error SQL Assoc FailedPosted Sat Oct am Joined Tue May amPosts Hello I have mysql repair database upgraded Cacti to i and now when I run the rebuild poller cache script I get the following error in the log AM - CMDPHP Poller ERROR SQL Assoc Failed select mysql repair table snmp query graph rrd snmp field name data template rrd id

cacti cmdphp poller 0 error sql assoc failed

Cacti Cmdphp Poller Error Sql Assoc Failed table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Error a li li a href Mysql Repair Table a li ul td tr tbody table p ERROR relatedl SQL Assoc Failed Moderators Moderators Developers cacti mysql password Page of posts Go to p h id Mysql Error p page Next Previous topic Next topic Author Message mistery Post subject CMDPHP mysql repair database Poller ERROR SQL Assoc FailedPosted Sat Oct am Joined Tue May amPosts Hello I have upgraded Cacti to p h id Mysql Repair

cacti poller 0 error sql assoc failed

Cacti Poller Error Sql Assoc Failed p Print relatedl ID Category Severity Reproducibility Date Submitted Last cacti mysql password Update Cacti Poller cactid cmd php minor have not mysql error tried - - - - Reporter faraziqbal View Status public Assigned To Linegod Priority mysql repair database normal Resolution no change required Platform Status resolved OS Projection none OS Version ETA none Fixed in Version Product Version a mysql repair table Target Version Product Build Summary I am getting Error SQL Associ Failed for short duration and then back on Description I got NaN in graph for min and then

cmd php error sql assoc failed

Cmd Php Error Sql Assoc Failed table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Error a li ul td tr tbody table p ERROR SQL Assoc Failed Moderators Moderators Developers relatedl Page of posts cacti mysql password Go to page Next Previous topic Next p h id Mysql Error p topic Author Message mistery Post subject CMDPHP Poller ERROR SQL Assoc FailedPosted Sat Oct am mysql repair database Joined Tue May amPosts Hello I have upgraded Cacti to i and now when I run the rebuild poller cache script I get the

error sql assoc failed

Error Sql Assoc Failed table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Table a li ul td tr tbody table p ERROR SQL Assoc Failed Moderators Moderators Developers Page of relatedl posts Go to page mysql repair database Next Previous topic Next topic Author Message mistery Post subject p h id Mysql Repair Table p CMDPHP Poller ERROR SQL Assoc FailedPosted Sat Oct am Joined Tue May amPosts Hello I have upgraded Cacti to i and now when I run the rebuild poller cache script I get the following error in

error sql assoc failed cacti

Error Sql Assoc Failed Cacti table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Database a li ul td tr tbody table p ERROR SQL Assoc Failed Moderators Moderators Developers Page relatedl of posts Go to page mysql error Next Previous topic Next topic Author Message mistery p h id Mysql Repair Database p Post subject CMDPHP Poller ERROR SQL Assoc FailedPosted Sat Oct am Joined Tue May mysql repair table amPosts Hello I have upgraded Cacti to i and now when I run the rebuild poller cache script I get the

got error 134

Got Error table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li li a href Mysqlcheck a li ul td tr tbody table p error from storage engine Written by p h id Linux Mysql Command Line Database Repair p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application that uses

got error 134 mysql

Got Error Mysql table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Check All Tables a li li a href Mysql Repair All Tables a li ul td tr tbody table p Updates Status Not a Bug Impact on me None Category MySQL Server Command-line Clients Severity S Serious relatedl Version - OS Linux Linux Assigned to View Add Comment freepbx got error from storage engine Files Developer Edit Submission View Progress Log Contributions Sep p h id Linux Mysql Command Line

got error 134 storage engine query

Got Error Storage Engine Query table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Repair Database a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by linux mysql command line database repair Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application that

got error 134 from storage engine php

Got Error From Storage Engine Php table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Repair Database a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by linux mysql command line database repair Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application

got error 134 from storage engine 1030

Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li li a href Mysql Check Table a li ul td tr tbody table p error from storage engine Written by p h id Linux Mysql Command Line Database Repair p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access

got error 134 from storage engine wordpress

Got Error From Storage Engine Wordpress table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Check All Tables a li li a href Mysql Check Table a li li a href Mysql Repair Table a li ul td tr tbody table p Post your question and get tips solutions from a community of relatedl IT Pros Developers It's quick easy freepbx got error from storage engine How to fix error from storage engine P n a Thaqalainnaqvi IPB p h id Linux

got error 134 from storage engine

Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Repair Database a li ul td tr tbody table p error from storage engine Written by p h id Freepbx Got Error From Storage Engine p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application that uses MySQL do not panic mysql check all tables as the problem is

got error 134 from storage engine query

Got Error From Storage Engine Query table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair All Tables a li li a href Mysql Check All Tables a li li a href Mysql Check Table a li ul td tr tbody table p error from storage engine Written by linux mysql command line database repair Guillermo Garron Date - - If you get this error General p h id Mysql Repair All Tables p error Got error from storage engine when trying to access any PHP application that uses MySQL do not panic

got error 134 from storage engine sql

Got Error From Storage Engine Sql table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li li a href Mysqlcheck a li ul td tr tbody table p error from storage engine Written by p h id Freepbx Got Error From Storage Engine p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any

got error 134 from storage engine mysql

Got Error From Storage Engine Mysql table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Repair Database a li li a href Mysqlcheck a li ul td tr tbody table p Post your question and get tips solutions from a community of IT Pros Developers relatedl It's quick easy How to fix error linux mysql command line database repair from storage engine P n a Thaqalainnaqvi IPB WARNING mysql query function mysql-query Unable to save p h id Freepbx Got Error From

java.sql.sqlexception got error 134 from storage engine

Java sql sqlexception Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Check All Tables a li li a href Mysql Check Table a li li a href Mysqlcheck a li ul td tr tbody table p error from storage engine Written by linux mysql command line database repair Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application that uses MySQL do not panic p h id Mysql Check

l mysql query got error 134 from storage engine

L Mysql Query Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Check Table a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by p h id Freepbx Got Error From Storage Engine p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when

mysql 'got error 134

Mysql 'got Error table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li ul td tr tbody table p Quilario Email Updates Status No Feedback p h id Freepbx Got Error From Storage Engine p Impact on me None Category MySQL Server MyISAM storage engine linux mysql command line database repair Severity S Critical Version OS Linux Linux - fc Assigned to Tags - fc corruption error p h id

mysql error 1030 hy000 got error 134 from storage engine

Mysql Error Hy Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Freepbx Got Error From Storage Engine a li li a href Mysql Check All Tables a li li a href Mysql Check Table a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by p h id Freepbx Got Error From Storage Engine p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when

mysql error 134

Mysql Error table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair All Tables a li li a href Mysqlcheck a li ul td tr tbody table p Updates Status Not a Bug Impact on me None Category MySQL Server Command-line Clients Severity S relatedl Serious Version - OS Linux Linux Assigned to View freepbx got error from storage engine Add Comment Files Developer Edit Submission View Progress Log Contributions Sep linux mysql command line database repair Umar Kathap Description When I am trying to insert a record i am getting ERROR Got

mysql error 134 from storage

Mysql Error From Storage table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Check All Tables a li li a href Mysqlcheck a li ul td tr tbody table p Post your question and get tips solutions from a community of IT Pros Developers It's quick relatedl easy How to fix error from storage engine P n a linux mysql command line database repair Thaqalainnaqvi IPB WARNING mysql query function mysql-query Unable to save result set Line of freepbx got error from storage engine ips kernel class db mysql php There appears to

mysql error code 134

Mysql Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Database a li li a href Mysql Check Table a li ul td tr tbody table p Post your question and get tips solutions from a community of relatedl IT Pros Developers It's quick easy How linux mysql command line database repair to fix error from storage engine P n a Thaqalainnaqvi IPB WARNING freepbx got error from storage engine mysql query function mysql-query Unable to save result set Line of ips kernel class db mysql php There appears to

mysql error code 1030 got error 134 from storage engine

Mysql Error Code Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Database a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by linux mysql command line database repair Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any PHP application that uses MySQL do not panic mysql check all tables as the problem is really easy to solve

mysql got error 134 storage engine

Mysql Got Error Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Repair All Tables a li li a href Mysql Repair Database a li li a href Mysql Check Table a li ul td tr tbody table p p p p p p p p

mysql query failed got error 134 from storage engine

Mysql Query Failed Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair All Tables a li li a href Mysql Check All Tables a li li a href Mysql Check Table a li ul td tr tbody table p Post your question and get tips solutions from a community of relatedl IT Pros Developers It's quick easy linux mysql command line database repair How to fix error from storage engine P n a Thaqalainnaqvi IPB freepbx got error from storage engine WARNING mysql query function mysql-query Unable

mysql got error 134 from storage engine

Mysql Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Check All Tables a li li a href Mysql Repair All Tables a li li a href Mysql Repair Table a li ul td tr tbody table p Post your question and get tips solutions from a community of IT Pros Developers It's quick easy How to relatedl fix error from storage engine P n a Thaqalainnaqvi IPB WARNING linux mysql command line database repair mysql query function mysql-query Unable to save result set Line of ips kernel

mysql table repair error corrupt

Mysql Table Repair Error Corrupt table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Table Command a li li a href Mysql Repair Crashed Table a li li a href Repair Table Phpmyadmin a li li a href Myisamchk Repair a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers relatedl to any questions you might have Meta Discuss the p h id Mysql Repair Table Command p workings and policies of this site About Us Learn more about Stack mysql repair

mysql repair table error corrupt

Mysql Repair Table Error Corrupt table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Table Innodb a li li a href Mysql Repair Crashed Table a li li a href Mysql Repair Table Example a li ul td tr tbody table p Connectors More MySQL com Downloads Developer Zone Section Menu Documentation Home MySQL Reference Manual Preface and Legal Notices General Information Installing and relatedl Upgrading MySQL Using MySQL as a Document Store Tutorial mysql repair table command MySQL Programs MySQL Server Administration Security Backup and Recovery Optimization Language Structure Globalization p

mysql statement execute error got error 134 from storage engine

Mysql Statement Execute Error Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Database a li li a href Mysql Repair Table a li ul td tr tbody table p Post your question and get tips solutions from a community of IT Pros Developers It's quick relatedl easy How to fix error from storage engine linux mysql command line database repair P n a Thaqalainnaqvi IPB WARNING mysql query function mysql-query Unable to save result set Line freepbx got error from storage engine of ips kernel class

mysqldump got error 134 from storage engine 1030

Mysqldump Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Linux Mysql Command Line Database Repair a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li li a href Mysqlcheck a li ul td tr tbody table p error from storage engine Written by p h id Linux Mysql Command Line Database Repair p Guillermo Garron Date - - If you get this error General mysql repair all tables error Got error from storage engine when trying to access any

mysqld got error 134 from storage engine

Mysqld Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair All Tables a li li a href Mysql Check All Tables a li li a href Mysql Repair Table a li ul td tr tbody table p error from storage engine Written by freepbx got error from storage engine Guillermo Garron Date - - If you get this error General p h id Mysql Repair All Tables p error Got error from storage engine when trying to access any PHP application that uses MySQL do not panic

poller 0 error sql assoc failed

Poller Error Sql Assoc Failed table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Database a li ul td tr tbody table p Graphs were not generated Then relatedl I checked the Cacti Log and it p h id Mysql Repair Database p shows the following error tail -f var www html log cacti log Error Log Poller mysql repair table ERROR SQL Assoc Failed Error ' ' SQL select poller output output poller output time poller output local data id poller item rrd path poller item rrd name poller item rrd

poller error sql assoc failed

Poller Error Sql Assoc Failed table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Repair Table a li ul td tr tbody table p ERROR SQL Assoc relatedl Failed Moderators Moderators Developers Page of mysql repair database posts Go to page Next p h id Mysql Repair Table p Previous topic Next topic Author Message mistery Post subject CMDPHP Poller ERROR SQL Assoc FailedPosted Sat Oct am Joined Tue May amPosts Hello I have upgraded Cacti to i and now when I run the rebuild poller cache script I get the following error

query failed got error 134 from storage engine

Query Failed Got Error From Storage Engine table id toc tbody tr td div id toctitle Contents div ul li a href Mysql Check All Tables a li li a href Mysqlcheck a li ul td tr tbody table p Post your question and get tips relatedl solutions from a community of IT Pros linux mysql command line database repair Developers It's quick easy How to fix error from freepbx got error from storage engine storage engine P n a Thaqalainnaqvi IPB WARNING mysql query function mysql-query Unable to save result set Line mysql repair all tables of ips kernel