[Zope] Connect String for mysql with SQLRELAY

Roman Milner roman@speeder.org
22 Jun 2000 00:59:35 -0500


You will need to have a sqlrelay server running somewhere that is
connected to your mysql database.  A given sqlrelay server running on
a given port will only be connected to one database - so the
informaiton below is all that is needed by the sqlrelay adapter.

The sqlrelay xml config file (usually
/usr/local/firstworks/etc/sqlrelay.conf) is where you will configure
what database you want to connect to and what the mysql auth info is.

^Roman



>>>>> "HK" == Harald Koschinski <Harald@koschinski.com> writes:

    HK> Hallo, does anybody know how to connect to a mysql database
    HK> with SQLRELAY (the brand new adapter?)  The form-help says:

    HK> The connection string used for Z SQLRleay Database Connections
    HK> are as follows:

    HK>     hostname portnumber username password

    HK> but thatīs not enough - where is the Database connecting to.