How to set up vehicle spawning with a dedicated mysql server

Gijs007

New Member
Hello,

My server is already running a Mysql database for my clan website (Joomla, etc) so I want to use this instead of the Mysql database which is bundled with the package.

I've managed to copy the > dayz_data > hivemind folder in to the mysql server and create a user called dayz.
The server works fine, loot spawns, user locations are being saved, etc

But we haven't found any vehicles yet and I think the vehicle spawn script isn't working because when I use the @START_SERVER.bat file I get the following error message: hivemind.pmain can not be found.

Any suggestions on how to resolve this?
 
Do you changed the --host=127.0.0.1 to your mysqlserverip from joomla in the @START_SERVER.bat ?
Do your mysqluser have executionrights on the jommlaserver ?

Code:
.\MySQL\bin\mysql.exe --user=xxxx --password=xxxx --host=127.0.0.1 --port=3306 --database=hivemind --execute="call pMain()"
 
Back
Top