Alright after a whole day of researching and several attempts... I can't get this to work. It has worked in the past.
So, I launch mamp pro and I get a /Applications/MAMP/Library/bin/mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: YES) when trying to connect
I've exhausted lots of solutions. Tried to reset password by going to /Applications/MAMP/Library/bin/mysqladmin -u root -p password <newpassword>
Tried changing password in config.inc.php
and /bin/mamp/index.php
Also tried killall -9 mysqld
here's my log
140225 16:52:58 mysqld_safe Starting mysqld daemon with databases from /Library/Application Support/appsolute/MAMP PRO/db/mysql
140225 16:52:58 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140225 16:52:58 [Warning] Setting lower_case_table_names=2 because file system for /Library/Application Support/appsolute/MAMP PRO/db/mysql/ is case insensitive
140225 16:52:58 [Note] Plugin 'FEDERATED' is disabled.
140225 16:52:58 InnoDB: The InnoDB memory heap is disabled
140225 16:52:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140225 16:52:58 InnoDB: Compressed tables use zlib 1.2.3
140225 16:52:58 InnoDB: Initializing buffer pool, size = 128.0M
140225 16:52:58 InnoDB: Completed initialization of buffer pool
140225 16:52:58 InnoDB: highest supported file format is Barracuda.
140225 16:52:58 InnoDB: Waiting for the background threads to start
140225 16:52:59 InnoDB: 5.5.33 started; log sequence number 97378002
140225 16:52:59 [Note] Event Scheduler: Loaded 0 events
140225 16:52:59 [Note] /Applications/MAMP/Library/bin/mysqld: ready for connections.
Version: '5.5.33' socket: '/Applications/MAMP/tmp/mysql/mysql.sock' port: 0 Source distribution
I'm all out of ideas. Am I missing something?
Please help!