0

I want to login in Mac without using a password for Phpmyadmin

I can't login in my mac and I can't find the place to edit the configuration as mentioned in the following question: Can anyone confirm that phpMyAdmin AllowNoPassword works with MySQL databases?

user3893686
  • 33
  • 1
  • 7

3 Answers3

2

With the help of sal answer, the path for my macSeiora is

/usr/local/etc/phpmyadmin.config.inc.php. thank you guys

user3893686
  • 33
  • 1
  • 7
1

Check in:

.../phpmyadmin[version#]/config.inc.php

The '...' will depend on how you install the app. It might be in the webroot or within MAMP or XAMPP etc. Some more phpmyadmin explanation here.

Sal
  • 472
  • 1
  • 5
  • 22
0

If you simply downloaded the official source from phpmyadmin.net and uncompressed it in your web root, you'll have to create the config.inc.php file yourself (in the main phpMyAdmin folder that you've uncompressed). You can see more detailed instructions in the documentation: https://docs.phpmyadmin.net/en/latest/setup.html#manually-creating-the-file

If you've used some prepackaged kit such as MAMP or XAMPP, they sometimes move the file around, but their documentation should provide a pretty clear indication of that.

Isaac Bennetch
  • 11,830
  • 2
  • 32
  • 43