
4 Dec
2007
4 Dec
'07
2:56 p.m.
I started mserver5 by just executing ./mserver5. I am getting the following error when I execute changePassword. !TypeException:user.main[1]:'user.changePassword' undefined in: _1:any := user.changePassword(_2:str, _3:str) Please let me know if I am missing something. Thanks, On Dec 4, 2007 8:20 AM, Romulo Goncalves <R.A.Goncalves@cwi.nl> wrote: > Romulo Goncalves wrote: > > Venks wrote: > >> Please provide some tool/program that I can execute to change the > >> default password. We are planning to load confidential data on a hosted > >> server and can't afford to keep the default password. > > The process to change a password for any user in MonetDB is not worky > > properly (a bug will follow this email, in the bug tracker list) and it > > will be fixed as soon as possible. We will also try to provide a way to > > change the admin password. > To change the admin password just do like this: > - start mserver5 without the the sql module > - in mserver5 prompt execute the command: > changePassword("monetdb","newpasword"); > The command syntax is: > changePassword(<old_password>,<new_password>); > > It will change the old password by the new one for the actual user who > by default is monetdb (the admin user) ;) > > Restart your mserver5 (now you can load the sql module) and then connect > a client. > > Note: By default the mclient will use as login > user = monetdb and password= monetdb. > > After your change you will need to give the new login information: > mclient -lsql -u monetdb > password: new_password > sql> > > > Regards, > Romulo > > > > Regards, > > Romulo > > > > > ------------------------------------------------------------------------- > > SF.Net email is sponsored by: The Future of Linux Business White Paper > > from Novell. From the desktop to the data center, Linux is going > > mainstream. Let it simplify your IT future. > > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > _______________________________________________ > > MonetDB-users mailing list > > MonetDB-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/monetdb-users > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > MonetDB-users mailing list > MonetDB-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/monetdb-users >