Memory size exhausted when Apache = 80 and MySQL port = 3306 is set

Hi there,

I am still new to MySQL but I really appreciate your help on this matter.

I receive the following error message when I click on “phpMyAdmin” and set the Apache port = 80 and MySQL Port = 3306 (standard ports). Before it worked perfectly well, the error message just popped up. Even after new installation of MAMP is stays.

ERROR MESSAGE:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2597702 bytes) in /Applications/MAMP/bin/phpMyAdmin/libraries/Error.class.php on line 156

However, if I set the ports to Apache = 8888 and MySQL = 8889 I do not receive the error message. Therefore, I don’t think this is a php problem. I have attached the lines out of error.class.php

And I am running on a local server where I have 100% control over it.

Maybe any cache which needs to be deleted?

Kind regards!

Find your php.ini file and increase the memory_limit variable to 64MB.