Server Automatically shutdown!!

Xreama

New Member
130527 15:28:40 [Note] Plugin 'FEDERATED' is disabled.
130527 15:28:40 InnoDB: The InnoDB memory heap is disabled
130527 15:28:40 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130527 15:28:40 InnoDB: Compressed tables use zlib 1.2.3
130527 15:28:40 InnoDB: Initializing buffer pool, size = 16.0M
130527 15:28:40 InnoDB: Completed initialization of buffer pool
130527 15:28:40 InnoDB: highest supported file format is Barracuda.
130527 15:28:41 InnoDB: Waiting for the background threads to start
130527 15:28:42 InnoDB: 1.1.8 started; log sequence number 1629170
130527 15:28:42 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
130527 15:28:42 [Note] - '0.0.0.0' resolves to '0.0.0.0';
130527 15:28:42 [Note] Server socket created on IP: '0.0.0.0'.
130527 15:28:42 [ERROR] Can't start server: Bind on TCP/IP port: No such file or
directory
130527 15:28:42 [ERROR] Do you already have another mysqld server running on por
t: 3306 ?
130527 15:28:42 [ERROR] Aborting

130527 15:28:42 InnoDB: Starting shutdown...
130527 15:28:42 InnoDB: Shutdown completed; log sequence number 1629170
130527 15:28:42 [Note] .\bin\mysqld: Shutdown complete

Press any key to continue . . .


I keep getting this everytime i attempt to host my server, it has been working fine for awhile but now this is all i can get, please help
 
Try to set your mysql server to 3307 port because port 3306 is alreay used for a mysql server.

how many mysql servers you have in your server?
 
i only have one, i got it sorted now as change the port to 10692, but now im getting 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)

also im trying to change the Rebuild, ive changed it in the server.cfg to 103419 but it doesnt use it, im VERY new to all this so please bare with me, and ofcourse the help would be great
 
Sure but now it seems to work. Your Mysql server is now online.
what server launcher you use?

To help you i have to speak to you in team speak or skype.
 
My Skype name is battlescout or my ts server is 85.236.100.27:15457, password:gaming4lif3 , i appreciate you volunteering to help me, this is becoming a big pain, only reason i need this server is to make a short movie with me and some friends without getting shot all the damn time when we make the footage, all anyone that is interested can join in to, more the merrier
 
This sounds kind of fun. You could always use dayz cc its a pretty simple way to setup a server and have it running in minutes. If you need a team speak where all of your production crew can chat let me know i'll set you up a channel. If i had room on my dedibox i would setup a server for you as well but its all filled up atm.
 
My Skype name is battlescout or my ts server is 85.236.100.27:15457, password:gaming4lif3 , i appreciate you volunteering to help me, this is becoming a big pain, only reason i need this server is to make a short movie with me and some friends without getting shot all the damn time when we make the footage, all anyone that is interested can join in to, more the merrier

If it's all you need i will build one for you!

How many time do you want it online and wich Mod of DayZ?

PS: i don't use any server reseller, i have my own hosted dedicated servers
 
This sounds kind of fun. You could always use dayz cc its a pretty simple way to setup a server and have it running in minutes. If you need a team speak where all of your production crew can chat let me know i'll set you up a channel. If i had room on my dedibox i would setup a server for you as well but its all filled up atm.


I do infact already have a teamspeak server already but thanks for the offer
 
If it's all you need i will build one for you!

How many time do you want it online and wich Mod of DayZ?

PS: i don't use any server reseller, i have my own hosted dedicated servers


thanks for the offer of using one of your severs but i think its more of the fact that using my own gives me freewill to do as i please if you know what i mean, i wouldnt have to keep asking somone to change this or do that for us if you know what i mean...
 
Executing spawn script...
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)

also im trying to change the Rebuild, ive changed it in the server.cfg to 103419 but it doesnt use it, im VERY new to all this so please bare with me, and ofcourse the help would be great

have you changed the info in your hive.ini ?
 
Ye i have done all that, all im getting now is this...

Executing spawn script...
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)
If i can fix this then im sure all will be sorted
 
can you post you server start.bat file? looks like maybe the spawn vehicles script might need to be setup incorrectly? idk though without seeing any code i have no idea.
 
how are you starting your server? and don't apologize i get the same when i ask for help with coding :p
 
can you paste it here or paste bin? or if you open it in notepad ++ check the database info my guess is something there is wrong.
 
Hi there,

Have you changed the setting in your HiveExt.ini in cfgdayz directory?

Code:
Host = 127.0.0.1
 
;The default is MySql, which is better supported than Postgre (completely untested)
Type = MySql
 
;Port to connect to. The default is the default listening port of a server of the selected Type
;Instead of specifying Port, you can specify Socket and set Value to the socket name
Port = YOUR PORT NUMBER
 
;Database name to connect to (you must supply this if private).
Database = hivemind
 
;Username to connect with
Username = YOURDBUSERNAME
;Password to authenticate with (default is blank)
Password = YOURDBPASSWORD
 
Make sure your Startup bat file looks like this, just add your DB info!!

Code:
@echo off
echo Starting MySQL database. Please wait 5-10 seconds.
start /D.\MySQL\ MySQL.bat
ping 127.0.0.1 -n 5 >NUL
.\MySQL\cecho {0A}    OK.{07}
echo.
echo.
echo.
echo Executing spawn script...
.\MySQL\bin\mysql.exe --user=YOURDBUSERNAME --password=YOURDBPASSWORD --host=127.0.0.1 --port=YOURDBPORTNUMBER --database=hivemind --execute="call pMain()"
ping 127.0.0.1 -n 5 >NUL
.\MySQL\cecho {0A}    OK.{07}
echo.
echo.
echo.
echo Starting server...
start .\Expansion\beta\arma2oaserver.exe -port=2302 -mod=@hive;@dayz -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\arma2.cfg -profiles=cfgdayz
.\MySQL\cecho {0A}    OK.{07}
echo.
echo.
echo.
echo.
echo.
echo.
.\MySQL\cecho {0B}Launcher created by Pwnoz0r.{07}
ping 127.0.0.1 -n 5 >NUL
echo.
echo.
echo.
echo.
.\MySQL\cecho {0A}Leaving le launcher...{07}
ping 127.0.0.1 -n 5 >NUL
echo.
echo.
echo.
echo.
echo.
exit
 
Back
Top