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 > How to connect mysql server on net

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-05, 00:14
san monte san monte is offline
Registered User
 
Join Date: Sep 2005
Posts: 2
Red face How to connect mysql server on net

Hi
i am vb.net programmer. There is a problem related to MySql server. MySql server is on remote machine and i want to connect it with MySql Administrator.
The error no is 1045 and the error is 'Acess denied for user 'san'@'IP Address' (Using Password 'Yes')
Can anybody tell me the procedure how to connect to MySql server giving IP address.
I am using winxp and MySql is on linux server.


Thanks
Sandeep Sharma

Last edited by san monte; 09-22-05 at 00:19.
Reply With Quote
  #2 (permalink)  
Old 09-22-05, 04:38
Chagh Chagh is offline
Registered User
 
Join Date: May 2005
Posts: 127
you should type IPAddress of host or host Name in "Server Host" field of MySQL Administrator,your username in "uaername" field and your password in "Password" field. if you couldn't connect, you may not have privileges to connect to that host.
you should have a username and password on the MySQL Server and also the hostname specified for you (you username) should be your computers name (or IP) OR '%'(which means any IPs).
you can also run CMD (command prompt) and type "mysql -h HOSTNAME -u USERNAME -pPASSWORD " in it and press enter.
but to connect via vb.Net to MySQL you can download connector/Net from MySQL AB WebSite (http://www.MySQL.com), and use it to connect your app. to MySQL Server.

Chagh
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