vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   MySQL Error : The table 'taggregate_temp_1306655760' is full (https://vborg.vbsupport.ru/showthread.php?t=309447)

postcd 03-12-2014 02:56 PM

MySQL Error : The table 'taggregate_temp_1306655760' is full
 
Hello,

when i click "Run Now" button in Scheduled task (AdminCP) next to Thread views update,
i got this error

Code:

Invalid SQL:

        INSERT INTO taggregate_temp_1306655760
                SELECT threadid, COUNT(*) AS views
                FROM threadviews
                GROUP BY threadid;

MySQL Error  : The table 'taggregate_temp_1306655760' is full
Error Number  : 1114

Im on dedicated server

df -h
Code:

Filesystem            Size  Used Avail Use% Mounted on
/dev/simfs            157G  52G  105G  33% /
/dev/simfs            157G  52G  105G  33% /var/named/chroot/var/run/dbus

The mentioned table is in this status:
Code:

523,842        MEMORY        latin1_swedish_ci        16.1 MiB
# cat /etc/my.cnf
Code:

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

tmpdir = /home/mysqltemp
max_allowed_packet = 256M
max_connections = 200
innodb_data_file_path = ibdata1:10M:autoextend:max:50000M


# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Please how can i fix this?

When i add "key_buffer_size = 3.5G" to /etc/my.cnf as recommended by MysqlTuner 1.3, mysql fails to start with "Timeout error occurred trying to start MySQL Daemon."

ozzy47 03-13-2014 01:06 AM

Hmmm, try Repair / Optimize your threadviews table, via the ACP

postcd 03-14-2014 10:21 AM

Thx, i tried to optimise it:
Quote:

Table Action Message
threadviews Check Warning: 8 clients are using or haven't closed the table properly
threadviews Check Status: OK
threadviews Optimize Status: OK
And tried to run scheduled task again, but result is the same:
Quote:

MySQL Error : The table 'taggregate_temp_1306655760' is full
Error Number : 1114
I dont want to empty that table if possible, i rather want to prevent this in future..


All times are GMT. The time now is 08:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01013 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete