Can't connect to MySQL server on '127.0.0.1' (10061)

matanking

New Member
hello i opened a server and it says this

Starting MySQL database. Please wait 5-10 seconds.
OK.


Executing spawn script...
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)
OK.

Starting server...
OK.

and in the mysql.bat window it says
130215 14:52:26 [Note] Plugin 'FEDERATED' is disabled.
130215 14:52:26 InnoDB: The InnoDB memory heap is disabled
130215 14:52:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130215 14:52:26 InnoDB: Compressed tables use zlib 1.2.3
130215 14:52:26 InnoDB: Initializing buffer pool, size = 16.0M
130215 14:52:26 InnoDB: Completed initialization of buffer pool
130215 14:52:26 InnoDB: highest supported file format is Barracuda.
130215 14:52:26 InnoDB: Waiting for the background threads to start
130215 14:52:27 InnoDB: 1.1.8 started; log sequence number 1629170
130215 14:52:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
130215 14:52:28 [Note] - '0.0.0.0' resolves to '0.0.0.0';
130215 14:52:28 [Note] Server socket created on IP: '0.0.0.0'.
130215 14:52:28 [ERROR] Can't start server: Bind on TCP/IP port: No such file or
directory
130215 14:52:28 [ERROR] Do you already have another mysqld server running on por
t: 3306 ?
130215 14:52:28 [ERROR] Aborting
130215 14:52:28 InnoDB: Starting shutdown...
130215 14:52:28 InnoDB: Shutdown completed; log sequence number 1629170
130215 14:52:28 [Note] .\bin\mysqld: Shutdown complete
please help me....
 
Do you have another MySQL Service that is also using the same port? The MySQL default port is 3306 so if you have MySQL installed as a service on your machine you will not be able to run pwnoz0rs MySQL on that port.
 
Well I had mysql installed and it might have been on port 3306 but i uninstalled it. then I got more errors -_-
I read somewhere that you cant have mysql installed and somewhere else that you need to have that installed... I installed the newest version of mysql and set it up on port 3307 and it fixed all of the problems. so im fine.
and Doc one more question: in the database on vehicles, when damage is 0 and fuel is 1 does it mean that the fuel tank is full and the vehicle is not broken or is it the opposite? (I'm afraid of testing that becuase i dont want something wrong to happen)
 
You need to have MySQL installed, but it is possible to have more than one version installed on a machine. Make sure the only version is the one thats needed :) Glad you got it working though.

Damage = 0 is no damage
Fuel = 1 is 100% fuelled :)

Hitpoints is vehicle part damage, ie wheels, glass etc
 
You need to have MySQL installed, but it is possible to have more than one version installed on a machine. Make sure the only version is the one thats needed :) Glad you got it working though.

Damage = 0 is no damage
Fuel = 1 is 100% fuelled :)

Hitpoints is vehicle part damage, ie wheels, glass etc

Thanks a lot!
 
Back
Top