Hi,
Using serctl, I want to add an user: ser:/usr/local/etc/ser # serctl add 60000 plop me@host.tld MySql password:
I type here my 'ser' user password and it then goes wrong:
ERROR 1045 (28000): Access denied for user 'serro'@'localhost' (using password: YES)
Why does it use serro user for an add? If I try the same but type the serro's password, same result happens (which should be right, since serro is not able to do an INSERT in db ser) And, of course, yes, I've run the ser_mysql.sh script. MYSQL.db contains lines for users ser and serro.
It finish with that: error: 400; check if you use aliases in SER
Do not understand this, but maybe it is implyed by previous error.
Any hint is welcome.