Skip to content

Valid ALTER USER statement throws validation error "unrecognized alter operation" #342

@pcgeek86

Description

@pcgeek86

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

image
image

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions