MySql 5.6.14 starten

C

centurio86

Guest
Hallo,

./mysqld --defaults-file=/opt/software/additional/mysqlServer/usr/my.cnf starten möchte..kommt bei mir diese Fehlermeldung:

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

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.

Und hier meine 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


sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES


Was ist da schiefgelaufen? Für jede Hilfe wäre ich sehr Dankbar!!! =)

Viele Grüße,

Sabine
 
Hmm, warum ist das denn in Netzwerk?

Auf welchem System läuft das und warum wird MySQL manuell gestartet?
 
Es ist ein OpenSuse V12.1 64 bit...ich starte es nur zu Testzwecken manuell =) Will es erstmal zum laufen bringen. Was meinst du mit Netzwerk? Ich greife über Putty auf die VM zu.
 
Hallo Centurio86,

ich würde dir empfehlen dich mal in einem Linux- (oder genauer OpenSuse-)Forum nachzufragen. Wenn es ein Binärproblem mit MySQL geht wird man dir da sicher besser helfen können.
Nicht, dass wir dich nicht hier haben oder dir nicht helfen wollen, ganz im Gegenteil, wir helfen immer gerne, aber da dies hier ein BSD-Forum ist sitzen hier wahrschinlich weniger OpenSuse-Nutzer.

Grüße
Rakor
 
Kamikaze fragte wahrscheinlich warum du im Subforum "Netzwerk" gepostet hast da MySQL ja eine Datenbank-Software ist (die man zwar auch über ein Netzwerk zugänglich machen kann) aber eben erst mal nix mit Netzwerk zu tun hat.

Da du unter Linux unterwegs bist weiss ich ehrlich gesagt nicht wo ich da Thema so recht hinschieben soll... Daher kommt es nun ins Geplauder.
 
Zurück
Oben