Describe the bug
When writing an ALTER USER statement in phpMyAdmin, a validation error is thrown, even though the query executes successfully.
To Reproduce
Steps to reproduce the behavior:
Put the following query into the phpMyAdmin SQL query editor.
ALTER USER trevor REQUIRE NONE;
Expected behavior
Query should not show any validation errors in the phpMyAdmin SQL editor.
Screenshots


Server configuration
- Operating system: Windows 10 w/ Docker Desktop
- Web server: Apache
- Database version: MySQL 8.0.26
- PHP version:
- phpMyAdmin version: 5.1.1
Client configuration
- Browser: Firefox 91
- Operating system: Windows 10
Describe the bug
When writing an
ALTER USERstatement in phpMyAdmin, a validation error is thrown, even though the query executes successfully.To Reproduce
Steps to reproduce the behavior:
Put the following query into the phpMyAdmin SQL query editor.
Expected behavior
Query should not show any validation errors in the phpMyAdmin SQL editor.
Screenshots
Server configuration
Client configuration