MySQL Forums
Forum List  »  Install & Repo

starting MySql 5.6.14
Posted by: Robert Müller
Date: November 08, 2013 02:33AM

Hello,

if I want to start mysqld, like ./mysqld --defaults-file=/opt/software/additional/mysqlServer/usr/my.cnf
I get this error:

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.
131106 14:45:57 mysqld_safe Number of processes running now: 0
131106 14:45:57 mysqld_safe mysqld restarted
2013-11-06 14:46:47 23645 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 5000)

2013-11-06 14:46:47 23645 [Warning] Buffered warning: Changed limits: table_cache: 431 (requested 1024)

2013-11-06 14:46:47 23645 [Warning] ignore-builtin-innodb is ignored and will be removed in future releases.
2013-11-06 14:46:47 23645 [Note] Plugin 'FEDERATED' is disabled.
2013-11-06 14:46:47 23645 [Note] Plugin 'InnoDB' is disabled.
2013-11-06 14:46:47 23645 [Note] Server hostname (bind-address): '*'; port: 3307
2013-11-06 14:46:47 23645 [Note] IPv6 is available.
2013-11-06 14:46:47 23645 [Note] - '::' resolves to '::';
2013-11-06 14:46:47 23645 [Note] Server socket created on IP: '::'.
13:46:47 UTC - mysqld got signal 11 ;
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=33554432
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 = 92812 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x14818c0
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 = 7fff14127d18 thread_stack 0x20000
./mysqld(my_print_stacktrace+0x35)[0x906805]
./mysqld(handle_fatal_signal+0x401)[0x67c6d1]
/lib64/libpthread.so.0(+0xfd00)[0x7f2180d12d00]
./mysqld(_Z9get_fieldP11st_mem_rootP5Field+0x66)[0x78e286]
./mysqld(_Z10acl_reloadP3THD+0x10fd)[0x6a2fcd]
./mysqld(_Z8acl_initb+0x121)[0x6a7851]
./mysqld(_Z11mysqld_mainiPPc+0x93d)[0x5b0c6d]
/lib64/libc.so.6(__libc_start_main+0xed)[0x7f217f9d423d]
./mysqld[0x5a30f9]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0): Connection ID (thread ID): 0
Status: NOT_KILLED

Here is my.cnf:

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# The MySQL server
#
[mysqld_safe]
ledir = /opt/software/additional/mysqlServer/usr/sbin

[mysqld]
basedir = /opt/software/additional/mysqlServer/usr
datadir = /opt/mysql
pid-file = /opt/spool/mysql.pid
socket = /opt/spool/mysql.sock
port = 3307
max_allowed_packet = 500M
key_buffer_size = 32M
table_open_cache = 1024
tmp_table_size = 16M
thread_stack = 128K
wait_timeout = 90000
interactive_timeout = 90000
#skip-locking
log-error = /opt/log/mysql.error.log
slow-query-log-file = /opt/log/mysql.slow-queries.log
long_query_time = 10
#log-queries-not-using-indexes
log-warnings
myisam_data_pointer_size= 5

#
# * Query Cache Configuration
#
query_cache_limit = 2M
query_cache_size = 32M
query_cache_type = 1

innodb=OFF
ignore-builtin-innodb
skip-innodb
default-storage-engine=myisam
default-tmp-storage-engine=myisam

[safe_mysqld]
err-log = /opt/log/mysql.error.log


[mysqldump]
quick
max_allowed_packet = 16M


[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates


[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M


[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M


[mysqlhotcopy]
interactive-timeout

What is going wrong? I need Help :) ...and sorry or my english..

Best regards,

Sabine

Options: ReplyQuote


Subject
Written By
Posted
starting MySql 5.6.14
November 08, 2013 02:33AM


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.