[MAMP] Kann keine MySQL-Verbindung herstellen

I

IceThunder

Registriert
Thread Starter
Dabei seit
24.07.2010
Beiträge
4
Reaktionspunkte
0
Hi Leute,

kann mit meinem MAMP (Version 2.0.3) unter OS X 10.7.2 keine Verbindung zur MySQL-Datenbank herstellen. Der Apache startet problemlos, nur bei MySQL steht die Ampel auf rot. Port ist 3306, also Standard.

Ich häng euch mal die Ausgabe der mysql_error_log.err an, vielleicht kann mir ja jemand weiterhelfen ;)

Code:
111018 15:36:30 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended
111018 15:36:46 mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql
111018 15:36:46 [Warning] You have forced lower_case_table_names to 0 through a command-line option, even though your file system '/Applications/MAMP/db/mysql/' is case insensitive.  This means that you can corrupt a MyISAM table by accessing it with different cases. You should consider changing lower_case_table_names to 1 or 2
111018 15:36:46 [Note] Plugin 'FEDERATED' is disabled.
/Applications/MAMP/Library/bin/mysqld: Table 'mysql.plugin' doesn't exist
111018 15:36:46 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
111018 15:36:46 InnoDB: The InnoDB memory heap is disabled
111018 15:36:46 InnoDB: Mutexes and rw_locks use GCC atomic builtins
111018 15:36:46 InnoDB: Compressed tables use zlib 1.2.3
111018 15:36:46 InnoDB: Initializing buffer pool, size = 128.0M
111018 15:36:46 InnoDB: Completed initialization of buffer pool
111018 15:36:46 InnoDB: highest supported file format is Barracuda.
111018 15:36:46 InnoDB: 1.1.5 started; log sequence number 1595685
111018 15:36:46 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
111018 15:36:46 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended


Danke im Voraus

IceThunder
 
Zurück
Oben Unten