INDEX command denied to user
-
Getting following error when trying to activate Yoast
Error
Error executing 'query' with: CREATE UNIQUE INDEX
idx_fs_yoast_migrations_versionON
fs_yoast_migrations(
version) Reason: INDEX command denied to user 'mydbuser'@'localhost' for table 'fs_yoast_migrations'
This user already has following permissions:
GRANT INDEX, SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON
fs_db.* TO 'mydbuser'@'localhost';
- The topic ‘INDEX command denied to user’ is closed to new replies.