Re: Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-13 Thread Francisco Reinaldo

Hi,

I've been able to connect from an Windows XP to a HP
Solaris and LINUX. Make sure that you can ping the
UNIX computer from yours. Then replace the computer
name in the connection string (most of the time is
localhost) for the UNIX computer's ip address (you can
use the name if you have DNS resolution) but ip will
make the connection faster.

Now you can connect, you must set up the permission
for your database for the user connecting through the
network. The easiest thing is give the appropiate
permission to all hostnames. There are some very good
examples in MySQL's manual.

Good Luck!
--- Liqiang Feng [EMAIL PROTECTED] wrote:
 As a potential MySQL customer, I am trying to find
 the answer to the 
 question Can I connect to a MySQL Database on a
 unix platform from a PC 
 through TCP/IP network? If the answer is yes, what
 other additional 
 supporting software will be needed on the Unix
 platform and on the PC? Any 
 pointers, examples are greatly appreciated.
 
 Thanks.
 
 
 Larry Feng
 Software Engineer
 Cisco Photonics, Inc.
 RCDN4/2, S2-025
 2200 East President George Bush Turnpike
 Richardson, TX 75082
 469-255-1247
 Fax 469-255-9488
 [EMAIL PROTECTED]
 
 

-
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list
 archive)
 
 To request this thread, e-mail
 [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try:
 http://lists.mysql.com/php/unsubscribe.php
 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-13 Thread Mark.Andrachek

Actually, it might help if you install MyODBC 
(http://www.mysql.com/products/myodbc/index.html) on the win32 machine.

Mark R. Andrachek, Jr.
Analyst I
Federal Reserve Bank of Richmond
[EMAIL PROTECTED]
(804) 697-7971






Francisco Reinaldo [EMAIL PROTECTED]
06/13/2002 10:37 AM

 
To: Liqiang Feng [EMAIL PROTECTED]
cc: MySQL [EMAIL PROTECTED]
Subject:Re: Can I connect to a MySQL Database on a unix platform from 
a PC?

Hi,

I've been able to connect from an Windows XP to a HP
Solaris and LINUX. Make sure that you can ping the
UNIX computer from yours. Then replace the computer
name in the connection string (most of the time is
localhost) for the UNIX computer's ip address (you can
use the name if you have DNS resolution) but ip will
make the connection faster.

Now you can connect, you must set up the permission
for your database for the user connecting through the
network. The easiest thing is give the appropiate
permission to all hostnames. There are some very good
examples in MySQL's manual.

Good Luck!
--- Liqiang Feng [EMAIL PROTECTED] wrote:
 As a potential MySQL customer, I am trying to find
 the answer to the 
 question Can I connect to a MySQL Database on a
 unix platform from a PC 
 through TCP/IP network? If the answer is yes, what
 other additional 
 supporting software will be needed on the Unix
 platform and on the PC? Any 
 pointers, examples are greatly appreciated.
 
 Thanks.
 
 
 Larry Feng
 Software Engineer
 Cisco Photonics, Inc.
 RCDN4/2, S2-025
 2200 East President George Bush Turnpike
 Richardson, TX 75082
 469-255-1247
 Fax 469-255-9488
 [EMAIL PROTECTED]
 
 

-
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list
 archive)
 
 To request this thread, e-mail
 [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try:
 http://lists.mysql.com/php/unsubscribe.php
 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-05 Thread Liqiang Feng

As a potential MySQL customer, I am trying to find the answer to the 
question Can I connect to a MySQL Database on a unix platform from a PC 
through TCP/IP network? If the answer is yes, what other additional 
supporting software will be needed on the Unix platform and on the PC? Any 
pointers, examples are greatly appreciated.

Thanks.


Larry Feng
Software Engineer
Cisco Photonics, Inc.
RCDN4/2, S2-025
2200 East President George Bush Turnpike
Richardson, TX 75082
469-255-1247
Fax 469-255-9488
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-05 Thread Dan Nelson

In the last episode (Jun 05), Liqiang Feng said:
 As a potential MySQL customer, I am trying to find the answer to the 
 question Can I connect to a MySQL Database on a unix platform from a PC 
 through TCP/IP network? If the answer is yes, what other additional 
 supporting software will be needed on the Unix platform and on the PC? Any 
 pointers, examples are greatly appreciated.

It's easy.  All you need on the PC end is MyODBC, downloadable at
http://www.mysql.com/downloads/api-myodbc-2.50.html .  Instructions on
how to set up a DSN and other questions is at
http://www.mysql.com/products/myodbc/faq_toc.html .

-- 
Dan Nelson
[EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can I connect to a MySQL Database on a unix platform from a PC?

2002-06-05 Thread Hisseine Dj.

 As a potential MySQL customer, I am trying to find the answer to the
 question Can I connect to a MySQL Database on a unix platform from a PC
 through TCP/IP network? If the answer is yes, what other additional
 supporting software will be needed on the Unix platform and on the PC? Any
 pointers, examples are greatly appreciated.


The answer of this question is yes, I think there are lot of PC apps that
can help you connect to mysql DB; I am using MySQL-Front on my PC to connect
to MySQL DB on Linux, it is working fine. What you will need on your unix
system will be mysql client library.
Hope this help.

Hisseine


- Original Message -
From: Liqiang Feng [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 4:09 PM
Subject: Can I connect to a MySQL Database on a unix platform from a PC?


 As a potential MySQL customer, I am trying to find the answer to the
 question Can I connect to a MySQL Database on a unix platform from a PC
 through TCP/IP network? If the answer is yes, what other additional
 supporting software will be needed on the Unix platform and on the PC? Any
 pointers, examples are greatly appreciated.

 Thanks.


 Larry Feng
 Software Engineer
 Cisco Photonics, Inc.
 RCDN4/2, S2-025
 2200 East President George Bush Turnpike
 Richardson, TX 75082
 469-255-1247
 Fax 469-255-9488
 [EMAIL PROTECTED]


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php