Adrian;
I have rebooted the server and tried to recreate the DB with the script "ser_mysql.sh create".
And suddenly I started getting this error, even though all was working fine.
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
Any guidance or feedback would be appreciated.
Regards,
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Adrian Georgescu Sent: Wednesday, July 28, 2004 1:32 PM To: serusers@lists.iptel.org Subject: [Serusers] error when starting php??
Michael
Try use mysql client in the command line like this
mysql -u ser -pXXX -h192.168.251.200 ser
If it does not work it means you do not have the rights, add rights in MySQL with:
login as root on mysql server
grant ALL ON ser.* TO ser@"192.%" IDENTIFIED by "XXX"; grant ALL ON ser.* TO ser@"localhost" IDENTIFIED by "XXX";
Adrian
>>>>>
Dear all;
I am receiving this error every time I start PHP
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'ser at intranet' (Using password: YES) in /export/home/serweb/serweb_2004-01-04/phplib/db_mysql.inc on line 73 Database error: pconnect(192.168.251.200, ser, $Password) failed. MySQL Error: () Session halted.
Have anyone experienced this this before.
Your help is greatly appreciated.
Regards
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers