Thanks for the bug ID. I thought that this must be possible so I didn´t even bother to search for it.
'peterlaursen' wrote:
As far as I can understand the first statement will save a HASHED password into a user variable. In CREATE USER you shall not specify a hashed password but a clear-text password.
Yes, that´s right. I just want to duplicate an account for another IP without the need to lookup the password. This is necessary when configuring a dedicated server and I want to automate as much as possible so I just have to execute the commands (via copy&paste) and not type anything manually. Therefore, I simply copy the hash value.
Thanks for the workaround! Had almost forgotten about that way 😉