<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>Hi,</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>I am not an 
expert, but I think </SPAN></FONT></FONT><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>I have found a solution.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>First, you 
should point serweb to your mysql database.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
////////////////////////////////////////////////////////////////<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configure 
database</SPAN></FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/* these are the defaults with which SER installs; if you 
changed<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
the SER account for MySQl, you need to update 
here<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
*/</SPAN></FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$this-&gt;db_host="127.0.0.1";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
//database 
host<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$this-&gt;db_name="ser";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
//database 
name<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$this-&gt;db_user="ser";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
//database conection 
user<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$this-&gt;db_pass="heslo";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
//database conection password<BR></SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>In my case 
localhost but if I set localhost in $this-&gt;db_host it doesn't 
work.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>So, you must 
set IP Address...</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>Then, you 
should check if you can enter to MySQL with IP 
Address.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>In my 
case:</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>mysql 
-h&nbsp;127.0.0.1 -u&nbsp;ser -pheslo ser</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>Is not enough 
if you can enter with:</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>mysql 
-h&nbsp;localhost -u&nbsp;ser -pheslo ser</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>I think that 
will help.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005>RockV</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV></DIV></SPAN></FONT></FONT>
<DIV><FONT face=Arial><FONT size=2><SPAN 
class=718550017-05062005></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=718550017-05062005>&gt;yup 
password error :-), can you connect to the db from the linux command 
<BR>&gt;line<BR>&gt;<BR>&gt;mysql -h a.b.c.d -u username -ppassword 
ser<BR>&gt;<BR>&gt;do this from the machine serweb is hosted 
on.<BR>&gt;<BR>&gt;Also I would avoid serweb until you have ser up and running 
properly, <BR>&gt;because serweb comes with its own little headaches 
:-)<BR>&gt;<BR>&gt;Iqbal<BR>&gt;<BR>&gt;Manoj Ghag wrote:<BR>&gt;<BR>&gt;&gt; 
hi,<BR>&gt;&gt; In case of MYSQL .. I am getting following ERROR when I try to 
open a <BR>&gt;&gt; SERWEB....<BR>&gt;&gt;&nbsp; <BR>&gt;&gt;<BR>&gt;&gt; 
*Warning*: mysql_pconnect(): Access denied for user: 'ser at test' (Using 
<BR>&gt;&gt; password: YES) in */var/www/phplib/db_mysql.inc* on line 
*73*<BR>&gt;&gt; *Database error:* pconnect(192.168.1.246, ser, $Password) 
failed.<BR>&gt;&gt; *MySQL Error*: ()<BR>&gt;&gt; Session 
halted.<BR>&gt;&gt;&nbsp; <BR>&gt;&gt;&nbsp; <BR>&gt;&gt; ANY HELP 
?<BR>&gt;&gt;&nbsp; <BR>&gt;&gt;<BR>&gt;&gt; 
------------------------------------------------------------------------<BR>&gt;&gt; 
Yahoo! Mail<BR>&gt;&gt; Stay connected, organized, and protected. Take the tour 
<BR>&gt;&gt; &lt;<A 
href="http://tour.mail.yahoo.com/mailtour.html">http://tour.mail.yahoo.com/mailtour.html</A>&gt;<BR>&gt;&gt;<BR>&gt;&gt;------------------------------------------------------------------------<BR>&gt;&gt;<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;Serusers 
mailing list<BR>&gt;&gt;Serusers at 
iptel.org<BR>&gt;&gt;http://lists.iptel.org/mailman/listinfo/serusers<BR>&gt;&gt;&nbsp; 
<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>
<BR>

<P><FONT SIZE=2>--<BR>
No virus found in this outgoing message.<BR>
Checked by AVG Anti-Virus.<BR>
Version: 7.0.323 / Virus Database: 267.6.2 - Release Date: 04/06/2005<BR>
</FONT> </P>