2017-01-24 3 views
0

Ich habe ein Problem, das mich völlig ratlos ist. Ein kleines Vorwort hier - ich bin kein MySQL-Typ. Ich weiß genug, um in MAMP und ein bisschen durch das Terminal herumzukommen, aber das ist der Umfang meines Wissens.Mac El Capitan und Mamp Pro 4.1 läuft nicht MySQL

Ich habe vor kurzem ein Upgrade auf MAMP PRO 4.1 (ich bin auf Mac OS 10.11.6) gemacht und seitdem habe ich meine Haare ausgezogen. Es wird MySQL nicht ausgeführt und das Fehlerprotokoll gibt das zurück.

17:52:07 mysqld_safe mysqld restarted 
2017-01-23 18:52:07 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 
2017-01-23 18:52:07 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled 
2017-01-23 18:52:07 0 [Note] /Applications/MAMP/Library/bin/mysqld (mysqld 5.6.34) starting as process 13145 ... 
2017-01-23 18:52:07 13145 [Warning] Setting lower_case_table_names=2 because file system for /Library/Application Support/appsolute/MAMP PRO/db/mysql56/ is case insensitive 
2017-01-23 18:52:07 13145 [Note] Plugin 'FEDERATED' is disabled. 
/Applications/MAMP/Library/bin/mysqld: Table 'mysql.plugin' doesn't exist 
2017-01-23 18:52:07 13145 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 
2017-01-23 18:52:07 13145 [Note] InnoDB: Using atomics to ref count buffer pool pages 
2017-01-23 18:52:07 13145 [Note] InnoDB: The InnoDB memory heap is disabled 
2017-01-23 18:52:07 13145 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 
2017-01-23 18:52:07 13145 [Note] InnoDB: Memory barrier is not used 
2017-01-23 18:52:07 13145 [Note] InnoDB: Compressed tables use zlib 1.2.8 
2017-01-23 18:52:07 13145 [Note] InnoDB: Not using CPU crc32 instructions 
2017-01-23 18:52:07 13145 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2017-01-23 18:52:07 13145 [Note] InnoDB: Completed initialization of buffer pool 
2017-01-23 18:52:07 13145 [Note] InnoDB: Highest supported file format is Barracuda. 
2017-01-23 18:52:07 13145 [Note] InnoDB: Log scan progressed past the checkpoint lsn 57680420515 
2017-01-23 18:52:07 13145 [Note] InnoDB: Database was not shutdown normally! 
2017-01-23 18:52:07 13145 [Note] InnoDB: Starting crash recovery. 
2017-01-23 18:52:07 13145 [Note] InnoDB: Reading tablespace information from the .ibd files... 
2017-01-23 18:52:07 13145 [Note] InnoDB: Restoring possible half-written data pages 
2017-01-23 18:52:07 13145 [Note] InnoDB: from the doublewrite buffer... 
InnoDB: Doing recovery: scanned up to log sequence number 57680420525 
2017-01-23 18:52:07 13145 [Note] InnoDB: 128 rollback segment(s) are active. 
2017-01-23 18:52:07 13145 [Note] InnoDB: 5.6.34 started; log sequence number 57680420525 
2017-01-23 18:52:08 13145 [Note] RSA private key file not found: /Library/Application Support/appsolute/MAMP PRO/db/mysql56//private_key.pem. Some authentication plugins will not work. 
2017-01-23 18:52:08 13145 [Note] RSA public key file not found: /Library/Application Support/appsolute/MAMP PRO/db/mysql56//public_key.pem. Some authentication plugins will not work. 
2017-01-23 18:52:08 13109 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 35 
2017-01-23 18:52:08 13109 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. 
2017-01-23 18:52:09 13109 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 35 
2017-01-23 18:52:09 13109 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. 
23:52:09 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=16777216 
read_buffer_size=262144 
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 = 134277 K bytes of memory 
Hope that's ok; if not, decrease some variables in the equation. 

Thread pointer: 0x7f91330cda00 
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 = 7fff590196d0 thread_stack 0x40000 
0 mysqld        0x0000000107131878 my_print_stacktrace + 72 
1 mysqld        0x0000000106df6fe8 handle_fatal_signal + 952 
2 libsystem_platform.dylib   0x00007fff9580b52a _sigtramp + 26 
3 mysqld        0x0000000107b62c38 LOCK_plugin + 0 
4 mysqld        0x000000010701c223 _Z9get_fieldP11st_mem_rootP5Field + 99 
5 mysqld        0x0000000106e1d2d5 _ZL8acl_loadP3THDP10TABLE_LIST + 1941 
6 mysqld        0x0000000106e1c5b0 _Z10acl_reloadP3THD + 1264 
7 mysqld        0x0000000106e1c025 _Z8acl_initb + 405 
8 mysqld        0x000000010705b029 _Z11mysqld_mainiPPc + 2281 
9 mysqld        0x0000000106be7c22 main + 34 
10 libdyld.dylib      0x00007fff985a45ad start + 1 

Trying to get some variables. 
Some pointers may be invalid and cause the dump to abort. 
Query (0): is an invalid pointer 
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. 

habe ich versucht, meine Due Diligence zu tun und tötete die alle Prozesse mysqld und versuchte es erneut über einen Neustart:

ps aux | grep mysqld 
sudo kill <process id of mysqld here> 

jedoch der Prozess-ID existiert nicht mehr, als ich es laufen. Es beginnt ständig, stürzt ab und versucht neu zu starten. Jede Hilfe hier würde sehr geschätzt werden.

Antwort

0

ich hatte das gleiche Problem und es wie folgt festgesetzt:

  1. MAMP Ausfahrt
  2. Im Terminal laufen killall -9 mysqld
  3. starten MAMP

Wenn diese doesn, die Arbeit t, versuchen setzen sudo am Anfang des Terminalbefehls.

Weitere Informationen finden Sie unter http://twob.net/journal/fix-for-mamp-mysql/

Verwandte Themen