>in dbmcli i try to change user's password : >sql_execute alter password dbm dbm1
'sql_execute alter password' can change passwords of SQL users only. To change passwords of dbm users: http://dev.mysql.com/doc/maxdb/en/29/4e693c474e11d4aa1100a0c9430730/frameset.htm You might have to create a SQL session for dbm,dbm1 and change the password back before this works. The Database Manager will try to change the SQL password as well, but logon fails as the SQL password has been changed. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
