[Zope] How-to Connect MySQL database with zope

2000-06-13 Thread vikas
Hello, I am a new user of zope. I want to use MySQL database with zope. But I am unable to do it myself. Can you give me some tips or complete process regarding the installation of the adapter with zope. I have already read the installation instruction given at ZMySQLDA but, still I am

Re: [Zope] How-to Connect MySQL database with zope

2000-06-13 Thread
vikas wrote: Hello, I am a new user of zope. I want to use MySQL database with zope. But I am unable to do it myself. Can you give me some tips or complete process regarding the installation of the adapter with zope. I have already read the installation instruction given at ZMySQLDA but,

Re: [Zope] How-to Connect MySQL database with zope

2000-06-13 Thread Holger Lehmann
Hi Vikas, it was kind of tricky ;-) First: Create DB/User/Password in mysql Then add a ZMySQLDA in your working folder and name it accordingly, make shure the id is unique and contains no spaces. The connection string is as follows: databasename[@hostname] username password Example: foo bar