From: William <wi...@gm...> - 2018-11-07 17:23:01
|
Hi, I'm running Webmin 1.890 on Debian 9, with mysql version 10.1.26 I'm trying to create a batch of users with access to mysql, if I create the user with the form or use a batch file I get an error message like so: SQL set password for 'usernamehere'@'' = password('somepassword') failed : Can't find any matching row in the user table However the user has been created on the system and MySQL without a problem (tested the credentials with mysql -u username -p) When I was creating users via the form it wasn't too much of a big deal but it seems that this error is stopping the batch of users being created, so if I paste or submit a file of 100 users to create - the system will only create the user specified on the first line. Appreciate any help in this matter. Kind Regards, William |