MySQL Forums
Forum List  »  InnoDB

unable connect mysql server RedHat
Posted by: chin tiau tan
Date: April 18, 2013 05:18AM

Hi MYSQL expert

i've installed mysql in linux redhat , i can start the mysql deamon

[root@localhost mysql]# service mysql status
MySQL running (7240) [ OK ]

, but i failed to connect mysql server

i run the command " mysqld -u root "

the error message as below :

2013-04-18 12:18:33 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-04-18 12:18:33 7817 [Note] Plugin 'FEDERATED' is disabled.
2013-04-18 12:18:33 7817 [Note] InnoDB: The InnoDB memory heap is disabled
2013-04-18 12:18:33 7817 [Note] InnoDB: Mutexes and rw_locks use InnoDB's own implementation
2013-04-18 12:18:33 7817 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-04-18 12:18:33 7817 [Note] InnoDB: CPU does not support crc32 instructions
2013-04-18 12:18:33 7817 [Note] InnoDB: Using Linux native AIO
2013-04-18 12:18:33 7817 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-04-18 12:18:33 7817 [Note] InnoDB: Completed initialization of buffer pool
2013-04-18 12:18:33 7817 [Note] InnoDB: Highest supported file format is Barracuda.
2013-04-18 12:18:33 7817 [Note] InnoDB: The log sequence numbers 1626007 and 1626007 in ibdata files do not match the log sequence number 1626027 in the ib_logfiles!
2013-04-18 12:18:33 7817 [Note] InnoDB: Database was not shutdown normally!
2013-04-18 12:18:33 7817 [Note] InnoDB: Starting crash recovery.
2013-04-18 12:18:33 7817 [Note] InnoDB: Reading tablespace information from the .ibd files...
2013-04-18 12:18:33 7817 [Note] InnoDB: Restoring possible half-written data pages
2013-04-18 12:18:33 7817 [Note] InnoDB: from the doublewrite buffer...
2013-04-18 12:18:33 7817 [ERROR] InnoDB: Unable to lock ./mysql/innodb_table_stats.ibd, error: 11
2013-04-18 12:18:33 7817 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2013-04-18 12:18:33 b7fb16d0 InnoDB: Assertion failure in thread 3086685904 in file fil0fil.cc line 870
InnoDB: Failing assertion: ret
InnoDB: 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, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
19:18:33 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or 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 help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 67580 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x30000
mysqld(my_print_stacktrace+0x33)[0x855a2a3]
mysqld(handle_fatal_signal+0x43e)[0x828498e]
[0x1ab420]
[0x1ab402]
/lib/libc.so.6(gsignal+0x50)[0xa15d10]
/lib/libc.so.6(abort+0x101)[0xa17621]
mysqld[0x86fc429]
mysqld[0x86fc6f3]
mysqld[0x87073ad]
mysqld[0x86b8dcf]
mysqld[0x85c3474]
mysqld[0x85c9e0c]
mysqld[0x8654574]
mysqld[0x8578f48]
mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x4e)[0x819901e]
mysqld[0x831ac2d]
mysqld(_Z11plugin_initPiPPci+0x9dc)[0x831edcc]
mysqld[0x818fa1b]
mysqld(_Z11mysqld_mainiPPc+0x3d9)[0x8190aa9]
mysqld(main+0x32)[0x8184622]
/lib/libc.so.6(__libc_start_main+0xdc)[0xa02dec]
mysqld(__gxx_personality_v0+0x3c5)[0x8184531]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.


please help

Options: ReplyQuote


Subject
Views
Written By
Posted
unable connect mysql server RedHat
2776
April 18, 2013 05:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.