Re: How to connect to mySQL?

2006-04-17 Thread Peter Brawley
徐晶 wrote: Hi, I want to know how I can connect to MySQL with ODBC driver? Is there something else to be installed besides MySQL for Windows? http://dev.mysql.com/doc/refman/5.1/en/odbc-connector.html PB Thanks a lot! Best Wishes, -- John Xu, EE, BUPT, P.R. China 北

How to connect to mySQL?

2006-04-16 Thread 徐晶
Hi, I want to know how I can connect to MySQL with ODBC driver? Is there something else to be installed besides MySQL for Windows? Thanks a lot! Best Wishes, -- John Xu, EE, BUPT, P.R. China 北京邮电大学-电子工程学院 徐晶 Addr:北京邮电大学219#信箱 Zip:100876 Dorm:北京邮电大学 学6-347 TEL:010-62284785 Mobile

Re: VB.NET how to connect to MySQL 4.1 DB

2005-04-11 Thread Homam S.A.
Download the .NET connector for MySQL: http://dev.mysql.com/downloads/connector/net/1.0.html Reference it in your project and you're ready to go. It comes with plenty of code examples on how to use it. --- Winanjaya <[EMAIL PROTECTED]> wrote: > Dear All, > > Any body has experience to connec

VB.NET how to connect to MySQL 4.1 DB

2005-04-11 Thread Winanjaya
Dear All, Any body has experience to connect MySQL 4.1 DB from VB.NET application? please advise .. how to deal with this? thanks a lot in advance -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: how to connect to MySQL with an ecripted password.

2005-01-10 Thread Jason Martin
On Mon, Jan 10, 2005 at 11:44:48AM -0800, Eduardo Castro wrote: > Is there a way to encript the password in the text file? Or anothe way > to connect to my sql with an encripted password? Any authentication token you store in a text file will be just as useful as an unencrypted password, since on

how to connect to MySQL with an ecripted password.

2005-01-10 Thread Eduardo Castro
Hi, I am trying to connect to my sql using a php script, but I do not want to store the MySQL user password in a text file. Is there a way to encript the password in the text file? Or anothe way to connect to my sql with an encripted password? Thanks. -- MySQL General Mailing List For list a

RE: How to connect to mysql server without myODBC

2003-03-03 Thread Mike
www.astatech.com and ZEOS components. -Original Message- From: Liu Qianghua-qch1942 [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 11:50 PM To: [EMAIL PROTECTED] Subject: How to connect to mysql server without myODBC All, I want to develop application with Delphi which can

RE: How to connect to mysql server without myODBC

2003-03-02 Thread Aitor Garcia
There are some components named zeos library that can connect to a remote mysql server without myodbc. - Mensaje original - De: Liu Qianghua-qch1942 <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviado: domingo, 02 de marzo de 2003 7:49 Asunto: How to connect to mysql se

How to connect to mysql server without myODBC

2003-03-01 Thread Liu Qianghua-qch1942
All, I want to develop application with Delphi which can connect to remote mysql server. Whether I must install myODBC? If are there another way, please tell me? Thanks. Best Regards, Q.H. Liu - Before posting, please check:

Re: How to connect to mysql databases

2002-03-21 Thread Liyju Janardhan
> >Tridel Technologies, Inc. > >7th Floor Hanston Building > >Emerald Ave., Ortigas Center > >Pasig City > >Philippines > > > >Tel: (632) 634-5141/ (632) 634-5140 Local 1040 > >Fax: (632) 634-5139 > >- Original Message - > >From

Re: How to connect to mysql databases

2002-03-21 Thread Liyju Janardhan
what is the output of "show database" command --- amol sonaikar <[EMAIL PROTECTED]> wrote: > Hi all . I am on a Linux 6.2 client and accessing > MySql directly on > the server. I have connected to server using Telnet. > I am at mysql> > prompt > and when I say show databases ; it showing me th

Re: How to connect to mysql databases

2002-03-21 Thread amol sonaikar
el: (632) 634-5141/ (632) 634-5140 Local 1040 >Fax: (632) 634-5139 >- Original Message - >From: "amol sonaikar" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, March 21, 2002 12:17 AM >Subject: How to connect to mysql databases > > &g

How to connect to mysql databases

2002-03-21 Thread Victoria Reznichenko
amol, Thursday, March 21, 2002, 10:17:53 AM, you wrote: as> Hi all . I am on a Linux 6.2 client and accessing MySql directly on as> the server. I have connected to server using Telnet. I am at mysql> as> prompt as> and when I say show databases ; it showing me the databases over as> there. Ho

How to connect to mysql databases

2002-03-21 Thread amol sonaikar
Hi all . I am on a Linux 6.2 client and accessing MySql directly on the server. I have connected to server using Telnet. I am at mysql> prompt and when I say show databases ; it showing me the databases over there. However how can I connect to these databases. I used connect comand but it's n