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 > Connecting to MySQL Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-14-04, 16:35
Animaul Animaul is offline
Registered User
 
Join Date: Nov 2003
Posts: 55
Connecting to MySQL Server

First, let me say that I'm new to MySQL. I have gotten MySQL server and the client apps. set up on a Windows XP box. I have created some new users and I wanted to see if I could connect from another machine in the office. I have read many things on connecting to MySQL but none of them are clear.

Do I have to have the MySQL client applications loaded on the machine I want to connect to the server from?


Thanks,

Animaul
Reply With Quote
  #2 (permalink)  
Old 01-15-04, 22:15
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
Yes. You will need the MySQL client libs installed on webserver A to connect to MySQL server A.

Then all you do is type:
mysql -h MySQLSERVERNAME -u USERNAME -p

Then it will ask you for your password. That's it.

Donny
__________________
http://www.phpscripts.com/
Reply With Quote
  #3 (permalink)  
Old 01-16-04, 08:39
Animaul Animaul is offline
Registered User
 
Join Date: Nov 2003
Posts: 55
Thanks.

Animaul
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