... you need (at least one of) the RELOAD privilege(s) for this operation" Hi All
I run HeidiSQL (v. 12.15.1.1) on a Linux Mint (Cinnamon) OS (v. 22.3).
Configured it to reach a MariaDB Server/Database on a remote (within same WiFi network) Ubuntu 24.04. Server through SSH, which works well.
Everything works OK until I want to go to 'User Authentication and Privileges'. Then the following Error message appears:
SQL Error (1227): Access denied; you need (at least one of) the RELOAD privilege(s) for this operation.
I am able to enter a new table, etc. I am not sure, though, if other areas are affected as well...
When listing the privileges of the User in question with:
SHOW GRANTS FOR 'user'@'localhost';
As output I get:
GRANT ALL PRIVILEGES ON 'database'.* TO 'user'@'localhost'
Shouldn't 'GRANT ALL' grant, well, everything? Or am i missing something obvious?
Thanks for your thoughts and time!
Greetings from Basel, Switzerland
Charles

