Jump to content
  • 0

sql server set up **fixed**


killerkiwi

Question

6 answers to this question

Recommended Posts

  • 0

i get this  in the hive log.... the data base it set up fine and the hive all the Visual Studio C++ Redistributables are installed and directx as well

2018-07-15 04:15:53 HiveExt: [Information] HiveExt 
2018-07-15 04:15:54 Database: [Error] Error 1045 (Access denied for user 'root'@'localhost' (using password: NO)) in connect

Link to comment
Share on other sites

  • 0

 

The error is clear inside HiveExt.ini

Database settings

[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 = 3306

;Database name to connect to.
Database = dayz_epoch

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

Link to comment
Share on other sites

  • 0

from my hive the root_admin has full rights over data base and password the same i have set login at localhost and type to mysql 

;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=3306

;Database name to connect to.
Database=dayz_epoch

;Username to connect with
Username=root_admin
;Password to authenticate with (default is blank)
Password=2703EV3FI

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
  • Advertisement
  • Discord

×
×
  • Create New...