Error When Trying to Restock Epoch Vendors

Derik

New Member
Hey guys, i put in the code UPDATE epoch.`traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0; in SQL inside phpmyadmin and it tells me this (#1142 - UPDATE command denied to user 'bliss) ...................id# and server ip# blah blah blah. Whats going on here? Does dayz.st not allow access to this?

Thanks In Advance
 
Hey guys, i put in the code UPDATE epoch.`traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0; in SQL inside phpmyadmin and it tells me this (#1142 - UPDATE command denied to user 'bliss) ...................id# and server ip# blah blah blah. Whats going on here? Does dayz.st not allow access to this?

Thanks In Advance

Typo? You have an extra "epoch." after UPDATE

Should be:
UPDATE `traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0;
 
Using the command w/o the mod selected (Epoch.) it just says an error message saying (#1046 - No database selected)
I have tried both ways . Also if I select the database traders items or tids object ect. It give this message (#1146 - Table 'bliss_1595.traders_data' doesn't exist)
 
Back
Top