If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Windows Client connecting to Linux Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-03, 14:34
padm2016 padm2016 is offline
Registered User
 
Join Date: Oct 2003
Posts: 16
Windows Client connecting to Linux Server

Hello,

I have installed MySQL on both Windows XP and in a Linux box.

MySQL server is up and running on Linux box.

Now can I use the MySQL client from "Windows XP" to connect to the server running on "Linux"? I dont see anything that says "we cannot connect" in the manual.

Anyway. Imnt able to connect !

C:\\MySQL 4.0.16\Binary\bin>mysql -h 129.15.78.118 -u yanhong -p
Enter password: *******
ERROR 2003: Can't connect to MySQL server on '129.15.78.118' (10065)

Please let me know whats the issue ?
Thanks,
Prasanna
Reply With Quote
  #2 (permalink)  
Old 11-24-03, 14:37
bstjean bstjean is offline
Registered User
 
Join Date: Sep 2002
Location: Montreal, Canada
Posts: 219
Re: Windows Client connecting to Linux Server

Quote:
Originally posted by padm2016
Hello,

I have installed MySQL on both Windows XP and in a Linux box.

MySQL server is up and running on Linux box.

Now can I use the MySQL client from "Windows XP" to connect to the server running on "Linux"? I dont see anything that says "we cannot connect" in the manual.

Anyway. Imnt able to connect !

C:\\MySQL 4.0.16\Binary\bin>mysql -h 129.15.78.118 -u yanhong -p
Enter password: *******
ERROR 2003: Can't connect to MySQL server on '129.15.78.118' (10065)

Please let me know whats the issue ?
Thanks,
Prasanna
Are you connecting through ODBC?

Can you connect to the server from the mysql client from trhe server?

Does your user have the right GRANTs to connect to the database?

Is your server up and listening to the right port?
Reply With Quote
  #3 (permalink)  
Old 11-24-03, 14:50
padm2016 padm2016 is offline
Registered User
 
Join Date: Oct 2003
Posts: 16
Re: Windows Client connecting to Linux Server

Quote:
Originally posted by bstjean
Does your user have the right GRANTs to connect to the database?

Yes it does.

Is your server up and listening to the right port?
Yes it is up and listening to the right port.

Well, Im using the "mysql client" that comes along with the installation of mysql to connect to the MySQL server on Linux.

My primary question is to know if we can use the "mysql client that comes along with the installtion of mysql in windows" to connect to the "mysql server running on linux".

If the answer to the question is "yes", well then I should be able to manage !

Thanks again,
Prasanna
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On