Closed ghost closed 7 years ago
Did you setup the appropriate account\s that run the sql procedures in your database?
such as?
lol
@mur202, thanks for the report. What @NeFShARk is asking is essentially "does the arma3
user at localhost
exist in your database?" See altislife.sql, lines 31-68.
Although, I am quite sure I know what issue you are talking about and just need to confirm it on the latest build.
If he used the sql file of this repo to create his database, then yes, the user\acc that i'm talking about is indeed arma3 like @Jawshy said above.
@mur202, I cannot reproduce this issue on the latest (281ceb2) version of the master branch. When the server is restarted any vehicle with active = 1
is set to active = 0
just as it should. See /life_server/init.sqf, line 70 and /altislife.sql, lines 38-41.
This problem was to me too, solution is just set Definer to root@127.0.0.1 and save each table in this picture.