Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CliffordPreston
Starting Member
1 Post |
Posted - 2014-09-23 : 11:21:39
|
Hi Everyone! The problem follows. I decided myself to add space to one section. Booted from LiveCd, launched gparted, pitched wrong. After rebooting fell lilo, but to this I was ready and fixed the problem, but what was not ready, so this is a fact that is impossible to start mysql. Digging in his logs showed that the problem in the database itself. If you delete a folder with the base and through the mysql_install_db script to re-do, then run mysql, but how to restore the old one? And as a rhetorical question - why it stopped working due to actions directly associated with it? Can provide (if necessary) the error log.130908 02:10:14 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql130908 2:10:14 InnoDB: The InnoDB memory heap is disabled130908 2:10:14 InnoDB: Mutexes and rw_locks use GCC atomic builtins130908 2:10:14 InnoDB: Compressed tables use zlib 1.2.5130908 2:10:14 InnoDB: Using Linux native AIO130908 2:10:14 InnoDB: Initializing buffer pool, size = 128.0M130908 2:10:14 InnoDB: Completed initialization of buffer pool130908 2:10:14 InnoDB: highest supported file format is Barracuda.InnoDB: Database page corruption on disk or a failedInnoDB: file read of page 273.InnoDB: You may have to recover from a backup.130908 2:10:14 InnoDB: Page dump in ascii and hex (16384 bytes): len 16384; hex b037d23e00000111...????? 0 ? f37f3aea922e56d3a; asc 7 > " m: + x - 2 7 " m:;InnoDB: End of page dump130908 2:10:14 InnoDB: Page checksum 741347838, prior-to-4.0.14-form checksum 938716841InnoDB: stored checksum 2956448318, prior-to-4.0.14-form stored checksum 938716841InnoDB: Page lsn 0 585461050, low 4 bytes of lsn at page end 585461050InnoDB: Page number (if stored to page already) 273,InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 0InnoDB: Page may be a system pageInnoDB: Database page corruption on disk or a failedInnoDB: file read of page 273.InnoDB: You may have to recover from a backup.InnoDB: It is also possible that your operatingInnoDB: system has corrupted its own file cacheInnoDB: and rebooting your computer removes theInnoDB: error.InnoDB: If the corrupt page is an index pageInnoDB: you can also try to fix the corruptionInnoDB: by dumping, dropping, and reimportingInnoDB: the corrupt table. You can use CHECKInnoDB: TABLE to scan your table for corruption.InnoDB: See also http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.htmlInnoDB: about forcing recovery.InnoDB: Ending processing because of a corrupt database page.130908 2:10:14 InnoDB: Assertion failure in thread 140161815877440 in file buf0buf.c line 3602InnoDB: We intentionally generate a memory trap.InnoDB: Submit a detailed bug report to http://bugs.mysql.com.InnoDB: If you get repeated assertion failures or crashes, evenInnoDB: immediately after the mysqld startup, there may beInnoDB: corruption in the InnoDB tablespace. Please refer toInnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.htmlInnoDB: about forcing recovery.22:10:14 UTC - mysqld got signal 6 ;This could be because you hit a bug. It is also possible that this binaryor one of the libraries it was linked against is corrupt, improperly built,or misconfigured. This error can also be caused by malfunctioning hardware.We will try our best to scrape up some info that will hopefully helpdiagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.key_buffer_size=16384read_buffer_size=262144max_used_connections=0max_threads=151thread_count=0connection_count=0It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 50057 K bytes of memoryHope that's ok; if not, decrease some variables in the equation.Thread pointer: 0x0Attempting backtrace. You can use the following information to find outwhere mysqld died. If you see no messages after this, something wentterribly wrong...stack_bottom = 0 thread_stack 0x20000/usr/bin/mysqld(my_print_stacktrace+0x29)[0x757339]/usr/bin/mysqld(handle_fatal_signal+0x367)[0x64f5c7]/lib64/libpthread.so.0(+0xf4e0)[0x7f79f70004e0]/lib64/libc.so.6(gsignal+0x35)[0x7f79f59fba25]/lib64/libc.so.6(abort+0x148)[0x7f79f59fd1d8]/usr/bin/mysqld[0x7d3bd1]/usr/bin/mysqld[0x7de348]/usr/bin/mysqld[0x7dec37]/usr/bin/mysqld[0x7cf655]/usr/bin/mysqld[0x7a33cf]/usr/bin/mysqld[0x7a40b6]/usr/bin/mysqld[0x7a589d]/usr/bin/mysqld[0x793671]/usr/bin/mysqld[0x761110]/usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x6513f1]/usr/bin/mysqld[0x57ce95]/usr/bin/mysqld(_Z11plugin_initPiPPci+0x7d8)[0x580cc8]/usr/bin/mysqld[0x50cf9d]/usr/bin/mysqld(_Z11mysqld_mainiPPc+0x393)[0x510e83]/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f79f59e6a95]/usr/bin/mysqld[0x5097e5] |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-09-23 : 12:08:15
|
Looks like you are using MySql. SQLTeam.com is for Microsoft SQL Server. You'll want to post your question on a site that specializes in MySql.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
prett
Posting Yak Master
212 Posts |
Posted - 2014-09-28 : 23:45:39
|
This is a MS SQL Server forum, in general we are not expert in MySQL database. Try asking your question at MySQL related forum like http://forums.mysql.com/ |
|
|
Lincolnburrows
Yak Posting Veteran
52 Posts |
Posted - 2014-09-29 : 06:20:39
|
You need to go to MySQL database forums |
|
|
|
|
|
|
|