phpmyadmin icon indicating copy to clipboard operation
phpmyadmin copied to clipboard

Provide a way to either forward the hostname to mysql or check if host is correct before allowing login.

Open El-Virus opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I find annoying that phpMyAdmin doesn't provide any way (or at least I haven't found one on the documentation) to restrict user logins from the hosts specified in the users table.

Describe the solution you'd like

Either: Add an option to the configuration file that causes the authentication plugin to check if the host the user is connecting from matches the host in the user's table. Add an option to the configuration file that enables phpMyAdmin to forward the host to mysql. If a way to do this already exists, add documentation about it, or if documentation already exists, make it easier to find.

Describe alternatives you've considered

None.

Additional context

  • phpMyAdmin version: 5.1.1

El-Virus avatar Aug 06 '22 17:08 El-Virus