As seen in my previous pull request, I wanted to lock the root mysql user, but of course that is not possible. Then I thought; why is root login not disabled as default in phpmyadmin.
Therefore, here is a suggestion to disallow default "root" login in phpmyadmin. That seems safer to me personally, and should they still want to use a root account they can better create a new account with a unique name.
I have tested it, and I have not encountered any errors with this modification. Feedback is always welcome.
As seen in my previous pull request, I wanted to lock the root mysql user, but of course that is not possible. Then I thought; why is root login not disabled as default in phpmyadmin.
Therefore, here is a suggestion to disallow default "root" login in phpmyadmin. That seems safer to me personally, and should they still want to use a root account they can better create a new account with a unique name.
I have tested it, and I have not encountered any errors with this modification. Feedback is always welcome.