Re: what permissions are necessary in 4.1.x to allow a user to change their own password

2005-01-18 Thread Jason Joines
Gleb Paharenko wrote: Hello. Use SET PASSWORD=password('youpassword'). On 4.1.9 such queries works fine: mysql show grants for current_user(); ++ | Grants for [EMAIL PROTECTED]

Re: what permissions are necessary in 4.1.x to allow a user to change their own password

2005-01-16 Thread Gleb Paharenko
Hello. Use SET PASSWORD=password('youpassword'). On 4.1.9 such queries works fine: mysql show grants for current_user(); ++ | Grants for [EMAIL PROTECTED]

what permissions are necessary in 4.1.x to allow a user to change their own password

2005-01-14 Thread Jason Joines
In 4.0.x and 3.23.x a user with these permissions: GRANT USAGE ON *.* TO 'bogus'@'%' IDENTIFIED BY PASSWORD '7f8933111c70fb1d' could still change their own password with: set password for bogus = password('bogus'); After upgrading to 4.1.7 my users are getting this error: