[Zope] how to make MySQL server accessible from zope
Steve Spicklemire
steve@spvi.com
Mon, 22 Oct 2001 06:04:48 -0500
Hi Kamal,
Here is a thread that might help getting ZMySQLDA running on Windows:
http://sourceforge.net/forum/forum.php?thread_id=127988&forum_id=70461
for connection string I use:
dbname@hostname username password
so suppose you have a database "test" on a machine named "dbhost" with a
user "sam" and a password "secret" then you'd use:
test@dbhost sam secret
as your connection string.
Good Luck!
-steve
On Sunday, October 21, 2001, at 03:48 PM, Hamzat kamal wrote:
> Hello,
>
> I have MySQL 3.23.43 already installed on win 98 (c:\mysql).
> Kindly explain to me how to make my Database here accessible from zope.
> The root dir of my zope installation is c:\program files\website.
>
> Thanks.
>
> kamal.
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )