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 > help me connect to the sever

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-06-04, 23:12
jeffrighthere jeffrighthere is offline
Registered User
 
Join Date: May 2004
Posts: 4
help me connect to the sever

i simply cant get the mysql> prompt (win-xp-pro)
always return "cannot connect to Mysql server on localhost 10061"
though i already follow accordind to instruction on this page...
http://www.analysisandsolutions.com/code/mybasic.htm

*i formatted my computer juz to see whether if i can make it connect...
cos my fren get the connection(he is doing what i'm doin too)

pls help me...
could some one guide me step by step
Reply With Quote
  #2 (permalink)  
Old 05-07-04, 16:28
ScottBlasingame ScottBlasingame is offline
Registered User
 
Join Date: May 2004
Posts: 1
It sounds like your server is not started. The doc you referred looks like it walks you through starting mysql as a service on XP. Check your Services and make sure it is started. If the service thing doesn't seem to work, just go to the command line and start it manually by typing "mysqld --console". For more info look at section "2.2.1.5 Starting the Server for the First Time" in the help file that comes with mysql (should be in C:\mysql\Docs\manual_toc.html).

HTH,
scott
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