Jump to content

Recommended Posts

Yea it parses just fine but now I am being told it might be something with my tids. Which i'm guessing is my trader id's. The server_traders.sqf i managed to get from a friend so I wonder if that has something to do with while being ingame its not updating because it has nothing to "pull" from.

 

Yeah don't worry about what I said in the other thread. I thought you were updating individual vendors via SQL queries.

Link to comment
Share on other sites

I am having an issue

 

MySql DB IP/HOST: localhost 
MySql DB PORT: 3306 
MySql DB USER: root  
MySql DB PASS:  
MySql DB NAME: dayz_epoch

 
 

I don't have a password or do not know it.

Hivext.ini
 

Database]
;Hostname or IP of the server to connect to
;If you leave this line commented or blank, HiveExt will connect to the OFFICIAL Hive, which requires registration
;See support.dayzmod.com for more information on what OFFICIAL Hive means, what are the rules, etc.
;If using OFFICIAL hive, the rest of the settings in this section have no effect
Host = localhost

;Currently, only MySQL is supported
Type = MySQL

;Port to connect to. The default is the default listening port of a server of the selected Type
;Instead of specifying Port, you can specify Socket and set Value to the socket name
Port = 3307

;Database name to connect to.
Database = dayz_epoch

;Username to connect with
Username = root
;Password to authenticate with (default is blank)
Password = 

Any suggestions? 

Link to comment
Share on other sites

You have the server running on port 3307 and the config is pointing to port 3306. Unless you have multiple ports, that is your problem.

Also, please put a password and change the user. Never use root, ever.

 I followed this video to make a server and have always did this.

I use xamp and Navicat prem to run the sever.

So I will try the to change the username and password in the hivext.ini and see if it works.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...