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.
try to check the username being use by serctl. you may edit this script and see what the beast does.
thanks, ed
At 08:47 AM 4/26/2005, Lol Zimmerli wrote:
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.
-- # Lol Zimmerli // S y s C o ® // http://www.sysco.ch/ Make sure every module hides something. - The Elements of Programming Style (Kernighan & Plaugher)
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
Llanos Serna García-Conde llanosserna@hotmail.com écrit/wrote:
MySQL password
you have to enter the password of the MySQL database taht you have installed in your computer, and doesn't have anything to do with SER. After you enter the correct password, you will get a new prompt:
Eh? What password, if not the MYSQL.user password for user 'ser'? (I mean 'heslo' for an unchanged setup)
What user are you talking about, who had this mysterious password, coming from where?
Enter password
Oh, there are two passwords?!? Never seen that in documentation.
Bye