Basically on my database is showing theres a bunch of vehicles but there are not in my garage? Is there a way after a server restart all vehicles go back to your garage?

[Solved]Vehicle Problem
-
Brandy1118 -
11. Oktober 2016 um 02:44 -
Geschlossen -
Erledigt
-
-
-
You shouldhave a procedure called [tt] resetLifeVehicles [/ tt] as shown here:
[Attach = 2676] [/ attach]If you have it and it does not work, make sure you have a user [tt] arma3 [/ tt] (must be all lowercase letters) with the Following permission setup (I renamed the user and added rights to another database, just ignore this):
[Attach = 2677, none, 1311] [/ attach]Sorry how do you do this?
-
Sorry how do you do this?
Login into your Database with a tool like MySql Workbench or like shown here with Navicat.
Also you can use PHPMYADMIN.
-
Let's assume you use Navicat Lite as your Database tool:
You connect to your DB and click on Users in the top left
Then you either click New User and create a user called arma3, or if it already exists you select it and click on Edit User
Then you set the privileges as shown in the post above. You should also change the user in your extDB-conf.ini to this user. Now it should all work just fine -
Let's assume you use Navicat Lite as your Database tool:
You connect to your DB and click on [tt] user [/ tt] in the top left
[Spoiler] [attach = 2678, none, 983] [/ attach] [/ spoiler]
Then you Either click [tt] New User [/ tt] and create a user called [tt] arma3 [/ tt], or if it already exists you select it and click on [tt] Edit User [/ tt]
[Spoiler] [attach = 2679, none, 735] [/ attach] [/ spoiler]
Then you set the privileges as shown in the above post. You shoulderstand therefore change the user in your [tt] [lexicon]EXTDB[/lexicon]-conf.ini [/ tt] to this user. Now it shoulderstand all work just fineOkay ive done that, is that everything you needed to do?
-
Yeah, pretty much, should do it
(and you dont have to quote me every time ^^)
-
OMG yes
Thanks again!