Hello,
 
When I try to connect with admin user or other user account I get follow error:
 
        DB Error: connect failed
        Bad username or password
 
I can connect with MySQL Administrator (windows) to server (freeBSD).
The server is a freeBSD 5.4 + MySQL 4.1.14 + apache 2.0.54 + PHP 4.4.0 + ser-0.9.3 + serweb-0.9.3
 
For example, when I try to connect with administrator account I have tried to enter:
 
        username: admin@192.168.0.2 or admin or admin@sip or admin@teching.net
        password: heslo
 
I do not understand what she is happening.
 
In the 'subscriber' table:
 
+----------+-----------+-------------+
| username | password  | domain      |
+----------+-----------+-------------+
| admin    | heslo     | sip         |
| 1000     | 123454321 | teching.net |
| 2000     | 12345     | teching.net |
| 3000     | 12345     | teching.net |
| 4000     | 12345     | teching.net |
| 5000     | 12345     | teching.net |
| 4000     | 12345     | 192.168.0.2 |
+----------+-----------+-------------+
7 rows in set (0.00 sec)
 
and 'domain' table:
 
+-------------+---------------------+
| domain      | last_modified       |
+-------------+---------------------+
| teching.net | 2005-09-16 11:01:21 |
| 192.168.0.2 | 2005-09-16 11:01:21 |
| sip         | 2005-09-19 13:55:21 |
+-------------+---------------------+
3 rows in set (0.00 sec)
 
thanks,
 
--
Alberto