Could you send the message error..<div><br></div><div>Best Regards...<br><br><div class="gmail_quote">On Tue, Apr 20, 2010 at 9:57 AM, Hannes Hirzel <span dir="ltr">&lt;<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello<br>
<br>
I installed SqueakDBX ( <a href="http://www.squeakdbx.org" target="_blank">http://www.squeakdbx.org</a> ) with the following commands<br>
<br>
   (Installer ss project: &#39;MetacelloRepository&#39;) install:<br>
&#39;ConfigurationOfSqueakDBX&#39;.<br>
   (ConfigurationOfSqueakDBX project version: &#39;1.1&#39;) load<br>
<br>
<br>
Then I tried to access a local mySQL database (Ubuntu 9.10) with an<br>
adapted code snippet from the method testExampleConnection<br>
<br>
| conn connectionSettings |<br>
       connectionSettings := DBXConnectionSettings<br>
                       host: &#39;127.0.0.1&#39;<br>
                       port: &#39;3306&#39;<br>
                       database: &#39;lex&#39;<br>
                       userName: &#39;hh2&#39;<br>
                       userPassword: &#39;something&#39;.<br>
       conn := DBXConnection platform: DBXMySQLPlatform new settings:<br>
connectionSettings.<br>
       conn connect.<br>
       conn open.<br>
<br>
<br>
Alternatively I tried DBXMySQL4Platform<br>
<br>
In both cases an error message came up.<br>
<br>
<br>
Has anybody used SqueakDBX successfully so far on 4.1?<br>
<br>
Regards<br>
<font color="#888888">Hannes<br>
</font><br>
<br>
P.S. Alternatively instructions for setting it up on MSWindows and<br>
accessing are fine as well.<br>
<br>
</blockquote></div><br></div>