Jump to content
Калькуляторы

maysql что делать помогите!

Всем доброго дня!

 

Стоит билин UTM5 на FreeBSD 8

вчера начались глюки, загрузка интерфейса администратора занимает 30 минут и при этом в ней так же всё тормозит, помогите возможно даже за оплату!!!!

Share this post


Link to post
Share on other sites

log maysql:

 

130629 23:00:43 mysqld started

130629 23:00:43 InnoDB: Started; log sequence number 1 2551397919

130629 23:00:43 [Note] /usr/local/libexec/mysqld: ready for connections.

Version: '5.0.92' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-5.0.92

130709 15:32:50 [ERROR] Error in accept: Software caused connection abort

130912 18:30:02 [ERROR] /usr/local/libexec/mysqld: Incorrect key file for table '/var/tmp/#sql_37b_0.MYI'; try to repair it

130912 18:45:00 [ERROR] /usr/local/libexec/mysqld: Incorrect key file for table '/var/tmp/#sql_37b_0.MYI'; try to repair it

130913 7:48:56 InnoDB: Error: Write to file ./ibdata1 failed at offset 0 2954887168.

InnoDB: 1048576 bytes should have been written, only -1 were written.

InnoDB: Operating system error number 28.

InnoDB: Check that your OS and file system support files of this size.

InnoDB: Check also that the disk is not full or a disk quota exceeded.

InnoDB: Error number 28 means 'No space left on device'.

InnoDB: Some operating system error numbers are described at

InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html

InnoDB: Starting shutdown...

130913 09:21:08 mysqld ended

130913 09:34:31 mysqld started

130913 9:34:31 InnoDB: Started; log sequence number 2 9010649

130913 9:34:31 [Note] /usr/local/libexec/mysqld: ready for connections.

Version: '5.0.92' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-5.0.92

131001 13:20:07 [ERROR] Error in accept: Software caused connection abort

131205 11:01:28 [Note] /usr/local/libexec/mysqld: Normal shutdown

 

/var ёмкость 6Гб

 

файл bdata1 весит 5,1 Гб

 

Помогите!

Share this post


Link to post
Share on other sites

Бесплатный совет

 

InnoDB: Operating system error number 28.

InnoDB: Check that your OS and file system support files of this size.

InnoDB: Check also that the disk is not full or a disk quota exceeded.

InnoDB: Error number 28 means 'No space left on device'.

Edited by MMM

Share this post


Link to post
Share on other sites

/var ёмкость 6Гб

 

файл bdata1 весит 5,1 Гб

 

Помогите!

 

Часть места доступно только root-у, а mysql работает из-под юзера mysql. Если хотите в этом убедиться, то перейдите в mysql (su - mysql) и попробуйте создать файл размером 1М

 

hint: tune2fs. С Вас ящик сока

Share this post


Link to post
Share on other sites

Кто-ж место для utm экономит ? Если на /var реально места нет для временных файлов mysql, то поправьте в mysql.cnf

tmpdir = туда где место есть

Share this post


Link to post
Share on other sites

Все ответили за меня.

На /var не экономят :)

Переносите данные мускула на тот раздел, где есть достаточно места.

 

P.S. Если понадобятся платные услуги - мои контакты в профиле.

Edited by vlad11

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.