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 > I cannot run MySQL version 4.1.22

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-07, 08:38
newoneOnmysql newoneOnmysql is offline
Registered User
 
Join Date: Dec 2007
Posts: 1
I cannot run MySQL version 4.1.22

hi,
I installed my SQL version 4.1.22 to windows vista. After installation i try to start mysql using following command :

C:\Program Files\MySQL\MySQL Server 4.1\bin>mysqld-max-nt --standalone

I took the following error

Can't start server: Bind on TCP/IP port: Invalid argument
071207 22:50:57 [ERROR] Do you already have another mysqld server running on por
t: 3306 ?
071207 22:50:57 [ERROR] Aborting

071207 22:50:57 [Note] mysqld-max-nt: Shutdown complete


Then on windows task manager I stopped MySQL .
After that I tried to run mysqld-max-nt --standalone comande again

this time it doesn't give any error message, command propt was shown

C:\Program Files\MySQL\MySQL Server 4.1\bin>mysqld-max-nt --standalone

C:\Program Files\MySQL\MySQL Server 4.1\bin>

then I try to run mysl command. This time, it gives me this error

C:\Program Files\MySQL\MySQL Server 4.1\bin>mysql
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)


when I shearched about this error, one of the solution said that to enter
"mysql --defaults=file="c:\Program Files\MySQL\MySQL Server 4.1\my.ini" -u root -p"

But when I enter this command it gave me File name, folder name or syntax error.
I controlled many times. Everything seems okay. But I cannot solve the problem. Can anyone help me on this issue?
Thank you
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