I am trying to rename the root username to another, I am using the following code, however I am getting an error :(
RENAME USER 'root'@'localhost' TO 'chosenName'@'localhost';
I get the following error ...
ERROR 1396 (HY000) : Operation RENAME USER failed for 'root'@'localhost'
David smith
source share