hi, In case of MYSQL .. I am getting following ERROR when I try to open a SERWEB....
Warning: mysql_pconnect(): Access denied for user: 'ser@test' (Using password: YES) in /var/www/phplib/db_mysql.inc on line 73 Database error: pconnect(192.168.1.246, ser, $Password) failed. MySQL Error: () Session halted.
ANY HELP ?
--------------------------------- Yahoo! Mail Stay connected, organized, and protected. Take the tour
yup password error :-), can you connect to the db from the linux command line
mysql -h a.b.c.d -u username -ppassword ser
do this from the machine serweb is hosted on.
Also I would avoid serweb until you have ser up and running properly, because serweb comes with its own little headaches :-)
Iqbal
Manoj Ghag wrote:
hi, In case of MYSQL .. I am getting following ERROR when I try to open a SERWEB....
*Warning*: mysql_pconnect(): Access denied for user: 'ser@test' (Using password: YES) in */var/www/phplib/db_mysql.inc* on line *73* *Database error:* pconnect(192.168.1.246, ser, $Password) failed. *MySQL Error*: () Session halted.
ANY HELP ?
Yahoo! Mail Stay connected, organized, and protected. Take the tour http://tour.mail.yahoo.com/mailtour.html
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hi, all The problem is solved .. thanks to Iqbal :)
See in case if you want to solve the problem do this
USE mysql;
INSERT INTO user VALUES('%','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
INSERT INTO user VALUES('localhost','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
INSERT INTO user VALUES('test','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
FLUSH PRIVILEGES;
Regards, Manoj Ghag
Manoj Ghag ghagmanoj@yahoo.com wrote: hi, In case of MYSQL .. I am getting following ERROR when I try to open a SERWEB....
Warning: mysql_pconnect(): Access denied for user: 'ser@test' (Using password: YES) in /var/www/phplib/db_mysql.inc on line 73 Database error: pconnect(192.168.1.246, ser, $Password) failed. MySQL Error: () Session halted.
ANY HELP ?
--------------------------------- Yahoo! Mail Stay connected, organized, and protected. Take the tour_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site!
please feel free to donate to my favourite charity, Dominoes pizza :-)...oh and of course the guys who built SER
Iqbal
Manoj Ghag wrote:
hi, all The problem is solved .. thanks to Iqbal :)
See in case if you want to solve the problem do this
USE mysql;
INSERT INTO user VALUES('%','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
INSERT INTO user VALUES('localhost','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
INSERT INTO user VALUES('test','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
FLUSH PRIVILEGES; Regards, Manoj Ghag
*/Manoj Ghag ghagmanoj@yahoo.com/* wrote:
hi, In case of MYSQL .. I am getting following ERROR when I try to open a SERWEB.... *Warning*: mysql_pconnect(): Access denied for user: 'ser@test' (Using password: YES) in */var/www/phplib/db_mysql.inc* on line *73* *Database error:* pconnect(192.168.1.246, ser, $Password) failed. *MySQL Error*: () Session halted. ANY HELP ? ------------------------------------------------------------------------ Yahoo! Mail Stay connected, organized, and protected. Take the tour <http://tour.mail.yahoo.com/mailtour.html>_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://us.rd.yahoo.com/evt=31637/*http://smallbusiness.yahoo.com/resources/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers