[MonetDB-users] merovingian / php
Hi, If merovingian starts database on demand after a crash then how would I know which port to use for connection in php script, it errors out for port 50000? $db = monetdb_connect("sql", "localhost", 50000,"monetdb", "monetdb_password");
Hi, If merovingian starts database on demand after a crash then how would I know which port to use for connection in php script, it errors out for port 50000? $db = monetdb_connect("sql", "localhost", 50000,"monetdb", "monetdb_password");
dariuszs wrote: port 50000 is being listened to by merovingian. The merovingian will redirect the client, provided he is using the mapi library interface. Alternatively, merovingian can proxy for the client. See the manual page.
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
dariuszs
-
Martin Kersten