SET PASSWORD is badly broken. Users can no longer change their own
password thus:
root@abc:~# mysql -h dbserver -u mloftis -p mloftis
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 575149 to server version: 4.0.12-Max-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> set password = password('somenewpassword');
ERROR 1044: Access denied for user: 'mlof...@216.xxx.xxx.xxx' to database
'mysql'
mysql> \q
Bye
root@abc:~#
Any idea when/where/how this is broken? Soem new priv that must be granted
or what? I'm not about to give users much/any normal access to the mysql
database (they don't need it!!!)
TIA