0

I wish to set up an HTTP authentication for phpMyAdmin that does not use the existing mysql users.

I have this options for $cfg['Servers'][$i]['auth_type']

 string ['HTTP'|'http'|'cookie'|'config'|'signon']

None allows me to define an username/password combo. Any suggestions? Maybe this file can help?

/etc/phpmyadmin/htpasswd.setup
peterh
  • 4,953
  • 13
  • 30
  • 44
Elzo Valugi
  • 387
  • 2
  • 4
  • 15

1 Answers1

1

http://www.phpmyadmin.net/documentation/#authentication_modes details that you would want to use 'config' authentication mode.

Aaron
  • 2,968
  • 1
  • 23
  • 36