Hello all. I use Procon for BF4. I am having trouble running the AdKats script on my NFO MySQL database. Here is a link the script that AdKats requires me to run (https://raw.githubusercontent.com/ColCo ... adkats.sql)
Procon is able to connect to the database just fine, and I've already linked "Procon Chat, GUID, Stats and Mapstats Logger" but I can't run AdKats without using that script first to setup the tables. When I do, I get the following error "#1548 - Cannot load from mysql.proc. The table is probably corrupted".
FWIW, I have tried running this via phpmyadmin AND MySQL Workbench 6.1.
Is this a permissions issue? Is the script trying to do something that I don't have privileges for on the SQL server?
Thanks for any help or insight.
Running AdKats script on NFO MySQL database
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Jan 05, 2015 4:45 pm
Re: Running AdKats script on NFO MySQL database
The error you're quoting means that it is set up to use MySQL routines, which we don't support. You would need to request a version that uses its own functions, switch to another plugin, or use a separately-hosted MySQL database (such as one locally installed to the same VDS as your Procon software).