Hi Folks, I am need to openser and download the openser1.1.0 to try on. How to change the default password 'openserrw' for user 'openser' when openser 1.10 connected to MySQL 5 plus? /usr/local/sbin/openser_mysql.sh has the default password 'openserrw' however openselctl will give me error "cannot connecte to database server" if I changed the default password. Is it hard coded? Where should I change it after the default installation.
Any help will be appreciated.
Steve
You can use mysql GRANT command to change the passwords for users.
http://dev.mysql.com/doc/refman/5.0/en/adding-users.html http://dev.mysql.com/doc/refman/5.0/en/passwords.html
For openserctl, you can create a .openserctlrc in your home directory and set the password there -- if not set, the script will prompt you for password.
Also, you can edit /usr/local/etc/openserctlrc -- look into this file anyhow, it contains details about what you can set in your .openserctlrc.
Cheers, Daniel
On 09/23/06 08:34, Steve Xu wrote:
Hi Folks, I am need to openser and download the openser1.1.0 to try on. How to change the default password 'openserrw' for user 'openser' when openser 1.10 connected to MySQL 5 plus? /usr/local/sbin/openser_mysql.sh has the default password 'openserrw' however openselctl will give me error "cannot connecte to database server" if I changed the default password. Is it hard coded? Where should I change it after the default installation.
Any help will be appreciated.
Steve
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users