Spawn Vehicle script not working

Protocol

New Member
Firstly, I want to thank ShootingBlanks for posting the updated files for DayZ Private Server. I tried to get Pwnoz0r's version to work, but wasn't successful.

I downloaded the updated files and followed the instructions and within a few minutes I had a working server for myself and my two sons. It wasn't long before I noticed that we couldn't find any vehicles. That is when I noticed that there was an error when I started the server.

ERROR 1449 (HY000) at line 1: The user specified as a definer ('dayzhivemind'@'%) does not exist

I know that the user for the database is "dayz", but where did this come from? By chance is it left over from when I was trying to get Pwnoz0r's version to work? Unfortunately, I know just enough to get myself in trouble.

Any help is greatly appreciated.
Protocol
 
in the functions for the database. there is a spot where it has to login to the database. It is using the user dayzhivemind from any IP (thats what the @ % means). Your user created with permissions is dayz. So you have two options:

1) Create a user "dayzhivemind" allow from % and give this user full permissions on that database.

2) Edit the sql that has the dayzhivemind user and change it to dayz.
 
Back
Top