Hi Pascal,

try to connect with the mysql client (mysql) from the openser machine to 
the mysql server machine and see if it works.

Maybe your mysql server is not configured to listen on 192.168.1.4, but 
only on 127.0.0.1 (for local connections).

Regards,
Bogdan

Pascal Maugeri wrote:
> Hi
>  
> I have the following error in connection with MySQL when I enable 
> usrloc to use the DB (db_mode=1):
>
> [...]
> Apr 17 14:05:48 [32444] DBG:mysql:db_mysql_init: connection 
> 'mysql://openser:[EMAIL PROTECTED]/openser 
> <http://openser:[EMAIL PROTECTED]/openser>' not found in pool
> Apr 17 14:05:48 [32444] DBG:mysql:db_mysql_new_connection: opening 
> connection: mysql://xxxx:[EMAIL PROTECTED]/openser 
> <http://xxxx:[EMAIL PROTECTED]/openser>
> Apr 17 14:05:48 [32444] ERROR:mysql:db_mysql_new_connection: driver 
> error: Can't connect to MySQL server on '192.168.1.4 
> <http://192.168.1.4>' (111)
> Apr 17 14:05:48 [32444] ERROR:usrloc:register_udomain: failed to open 
> database connection
> Apr 17 14:05:48 [32444] ERROR:registrar:domain_fixup: failed to 
> register domain
> Apr 17 14:05:48 [32444] ERROR:core:fix_actions: fixing failed 
> (code=-1) at cfg line 323
> [...]
>
> My configuration file is:
>
> loadmodule "mysql.so"
> loadmodule "sl.so"
> loadmodule "tm.so"
> loadmodule "rr.so"
> loadmodule "maxfwd.so"
> loadmodule "usrloc.so"
> [...]
>
> # ----- usrloc params -----
> modparam("usrloc", "db_mode",   1)
> modparam("usrloc", "db_url", 
> "mysql://openser:[EMAIL PROTECTED]/openser 
> <http://openser:[EMAIL PROTECTED]/openser>")
>
> I see that mysql server is started and I've managed at installation to 
> create the openser DB (using openserdbctl create).
>
> Could you help me doing the troubleshooting of this ? What else should 
> I verify ?
>
> Regards,
> Pascal
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.openser.org/cgi-bin/mailman/listinfo/users
>   


_______________________________________________
Users mailing list
[email protected]
http://lists.openser.org/cgi-bin/mailman/listinfo/users

Reply via email to