Re: Connectivity to MySQL DB

2001-02-01 Thread Steve Ruby
Sanjeev Kabra wrote: > > Hi, > > I installed MyODBC and even configured it. MySQL db running on Solaris is > running under the root user. While defining the DSN using MyODBC in the > username I tried putting root user and the password for the same but I keep > getting error "can't connect to MyS

Re: Connectivity to MySQL DB

2001-01-31 Thread Sanjeev Kabra
- From: Quentin Bennett <[EMAIL PROTECTED]> To: 'Sanjeev Kabra' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 6:45 PM Subject: RE: Connectivity to MySQL DB > Hi, > > You don't need a special process - the MySQL ODBC driver talks directl

RE: Connectivity to MySQL DB

2001-01-30 Thread Quentin Bennett
Hi, You don't need a special process - the MySQL ODBC driver talks directly to the mysqld already running on Solaris. Regards Quentin -Original Message- From: Sanjeev Kabra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 31 January 2001 11:58 To: [EMAIL PROTECTED] Subject: Connectivi

Connectivity to MySQL DB

2001-01-30 Thread Sanjeev Kabra
Hi Everybody, I have installed MySQL on Solaris and have even setup the connectivity using MyODBC on windows. I would like to know what I have to execute on Solaris like listener process for Oracle so that when I connect from windows environment I can connect to the database running on Solaris