Forums MAMPStack

phpmyadmin 404 not found error

Subscribe to phpmyadmin 404 not found error 4 post(s), 4 voice(s)

 
Avatar inbox0003 3 post(s)

When using phpmyadmin in an unmodified stack install, I sometimes get a 404 error:

Not Found
The requested URL /sql.php was not found on this server.

So far this is consistant when I am browsing a table and delete a record, but I think I have seen it happen a few times elsewhere. It’s not a HUGE problem as the back button takes me to a fresh copy of the table with the record deleted, but I think it is worth putting on the fix list unless somebody has a fix for it. I run the stack as installed and access it through http://127.0.0.1:8080/phpmyadmin/

Thanks for any ideas anyone has ;o)
DC

 
Avatar antonio 621 post(s)

Hi,

Yes, I have noticed this as well, but we haven’t looked into it yet because as you said it isn’t a huge problem and there’s always a lot of stuff to do. Maybe we could update the phpMyAdmin version, but I don’t know if that would fix it.

Cheers

 
Avatar Hardyman 19 post(s)

How can I find out the password and login for the DB Backend?

 
Avatar beltran Administrator 1,587 post(s)

Hi Hardyman,

You can not read this password because it is encrypted. However you can create a new password:

$ <installation_directory>/apache2/bin/htpasswd -cb “<installation_directory>/apache2/users” administrator new_password

I hope it helps!

Forums MAMPStack