Hello, i have just started using SER. I am trying to setup MYSQL. It would give me the following error:
[root@localhost root]# /usr/sbin/ser_mysql.sh create MySql password for root: creating database ser ... ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES) [root@localhost root]#
root account has the all the admin privileges. I tried manipulating the account permissions but it wouldn't help. Could anyone suggest a solution? regards, Urvish Khandwalla
Hello, are you able to log in to mysql server with: mysql -u root -h localhost -p ? If not, what is the command you use to log in from command prompt?
Best regards, Daniel
On 9/29/2003 9:07 PM, Urvish Khandwalla wrote:
Hello, i have just started using SER. I am trying to setup MYSQL. It would give me the following error:
[root@localhost root]# /usr/sbin/ser_mysql.sh create MySql password for root: creating database ser ... ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES) [root@localhost root]#
root account has the all the admin privileges. I tried manipulating the account permissions but it wouldn't help. Could anyone suggest a solution? regards, Urvish Khandwalla
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi, guys:
I had similar problem try to bring up mysql. When in shell interface key in: mysql -u root -h localhost -p I can come in to mysql shell: mysql>
But when I try to create default SER database by running the script: /usr/sbin/ser_mysql.sh create After key in the Mysql root password, I got following error: ./ser_mysql.sh: gen_ha1: command not found HA1 calculation failed.
Does anyone has any hints on the above error? Is that mean I did not bring up some hash module in my configureation file? Appreciate any hints.
Regards, John H.
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Daniel-Constantin Mierla Sent: Tuesday, September 30, 2003 6:10 AM To: Urvish Khandwalla Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Problem with MySQL
Hello, are you able to log in to mysql server with: mysql -u root -h localhost -p ? If not, what is the command you use to log in from command prompt?
Best regards, Daniel
On 9/29/2003 9:07 PM, Urvish Khandwalla wrote:
Hello, i have just started using SER. I am trying to setup MYSQL. It would give me the following error:
[root@localhost root]# /usr/sbin/ser_mysql.sh create MySql password for root: creating database ser ... ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES) [root@localhost root]#
root account has the all the admin privileges. I tried manipulating the account permissions but it wouldn't help. Could anyone suggest a solution? regards, Urvish Khandwalla
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
On 9/30/2003 2:20 PM, jhuang368 wrote:
Hi, guys:
I had similar problem try to bring up mysql. When in shell interface key in: mysql -u root -h localhost -p I can come in to mysql shell: mysql>
But when I try to create default SER database by running the script: /usr/sbin/ser_mysql.sh create After key in the Mysql root password, I got following error: ./ser_mysql.sh: gen_ha1: command not found
'gen_ha1' is a command tool that comes with ser and should be in the same place where 'ser' application is installed as well as serctl (/usr/local/sbin in your case, /usr/sbin when installing RPM packages) . Check if that directory is in the PATH of your shell.
The sources of gen_ha1 are into 'sip_router/utils/gen_ha' of the ser source tree.
Regards, }Daniel
HA1 calculation failed.
Does anyone has any hints on the above error? Is that mean I did not bring up some hash module in my configureation file? Appreciate any hints.
Regards, John H.
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Daniel-Constantin Mierla Sent: Tuesday, September 30, 2003 6:10 AM To: Urvish Khandwalla Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Problem with MySQL
Hello, are you able to log in to mysql server with: mysql -u root -h localhost -p ? If not, what is the command you use to log in from command prompt?
Best regards, Daniel
On 9/29/2003 9:07 PM, Urvish Khandwalla wrote:
Hello, i have just started using SER. I am trying to setup MYSQL. It would give me the following error:
[root@localhost root]# /usr/sbin/ser_mysql.sh create MySql password for root: creating database ser ... ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES) [root@localhost root]#
root account has the all the admin privileges. I tried manipulating the account permissions but it wouldn't help. Could anyone suggest a solution? regards, Urvish Khandwalla
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers