Phoenix 3.11.0

FlixHotel

New Member
Jul 1, 2013
9
0
So i run my emu then this comes up




Code:
Connecting to database...MySql.Data.MySqlClient.MySqlException (0x80004005): Aut
hentication to host '127.0.0.1' for user 'root' using method 'mysql_native_passw
ord' failed with message: Access denied for user 'root'@'localhost' (using passw
ord: YES) ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Access denied
for user 'root'@'localhost' (using password: YES)
  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket
()
  at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authentica
tionFailed(Exception ex)
  at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket
()
  at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authentica
te(Boolean reset)
  at MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolea
n reset)
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings
)
  at MySql.Data.MySqlClient.MySqlPool..ctor(MySqlConnectionStringBuilder settin
gs)
  at MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuild
er settings)
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at ns0.Class6..ctor(Class7 class7_1) in C:\Documents and Settings\Kenny\Deskt
op\Phoenix v3.11.0 (14986)\Source\ns0\Class6.cs:line 16
  at ns0.Class7.method_0() in C:\Documents and Settings\Kenny\Desktop\Phoenix v
3.11.0 (14986)\Source\ns0\Class7.cs:line 32
  at ns0.Class3..ctor(Int32 int_0) in C:\Documents and Settings\Kenny\Desktop\P
hoenix v3.11.0 (14986)\Source\ns0\Class3.cs:line 36
  at ns0.Phoenix.method_0() in C:\Documents and Settings\Kenny\Desktop\Phoenix
v3.11.0 (14986)\Source\ns0\Phoenix.cs:line 135
  at ns0.GClass0.Main(String[] args) in C:\Documents and Settings\Kenny\Desktop
\Phoenix v3.11.0 (14986)\Source\ns0\GClass0.cs:line 35
 

FlixHotel

New Member
Jul 1, 2013
9
0
this is how my config looks

Code:
## Phoenix 3.0 System Configuration File
 
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
 

Mega

Posting Freak
Mar 23, 2013
858
155
this is how my config looks

Code:
## Phoenix 3.0 System Configuration File
 
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0

Obviously, if you didn't put the pass/db purposely. If you really didn't put pass/db? that might be the problem.
 

AaronJonk

New Member
Feb 24, 2015
1
0
I know it, to localhost/security make there an new password and user name, then you must to insert it.
for example:


I set my user name
root
and my password
[password]

and then you must to set it in the configuration:

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=[password]
db.name= (by localhost/phpmyadmin can you make an db (database) set the name from it here)

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1


this is how my config looks

Code:
## Phoenix 3.0 System Configuration File

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0



































































[/CODE][/QUOTE]
 

Jaden

not so active
Aug 24, 2014
886
263
I know it, to localhost/security make there an new password and user name, then you must to insert it.
for example:


I set my user name
root
and my password
[password]

and then you must to set it in the configuration:

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=[password]
db.name= (by localhost/phpmyadmin can you make an db (database) set the name from it here)

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1






































































[/CODE]
[/QUOTE]
Did you even check the date?
 

Users who are viewing this thread

Top