I can not get MYSQL to Work. Can someone shed some light on what I am doing wrong.
Thanks
[root@testpbx root]# serctl add 17233 1723 xxx@abc.com MySql password: ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES) ERROR 1045: Access denied for user: 'ser@localhost' (Using password: YES) introducing a new user to the database failed [root@testpbx root]# [root@testpbx root]#
[root@testpbx 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@testpbx root]#
Is your root user password correct?
If it's a new user, have you stopped/started the mysqld process? (Something I often forget to do, but which is necessary for it to pick up new users).
N.
On Thu, 20 Oct 2005 13:58:32 -0500 (CDT), gorand wrote
I can not get MYSQL to Work. Can someone shed some light on what I am doing wrong.
Thanks
[root@testpbx root]# serctl add 17233 1723 xxx@abc.com MySql password: ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES) ERROR 1045: Access denied for user: 'ser@localhost' (Using password: YES) introducing a new user to the database failed [root@testpbx root]# [root@testpbx root]#
[root@testpbx 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@testpbx root]#
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Heh... flush priveleges is grand... assuming you can log IN ;)
N.
On Thu, 20 Oct 2005 22:09:48 +0200, Andreas Granig wrote
sip wrote:
If it's a new user, have you stopped/started the mysqld process? (Something I often forget to do, but which is necessary for it to pick up new users).
I rather prefer "flush privileges" ;o)
Andy
Looks like a MySQL priveleges problem. You may need to grant ALL PRIVELEGES on the DB for the ser user in MySQL.
- Daryl
On 10/20/05, gorand@dvvti.com gorand@dvvti.com wrote:
I can not get MYSQL to Work. Can someone shed some light on what I am doing wrong.
Thanks
[root@testpbx root]# serctl add 17233 1723 xxx@abc.com MySql password: ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES) ERROR 1045: Access denied for user: 'ser@localhost' (Using password: YES) introducing a new user to the database failed [root@testpbx root]# [root@testpbx root]#
[root@testpbx 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@testpbx root]#
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers