LINK - Error in server and network

Initiate Mage
Joined
Feb 9, 2009
Messages
1
Reaction score
0
Hi,

My server is runing but on connecting its saying this error.

I have rechecked the hosts and the table.xml there is all right.
Any ideas???

Thx for help.
 
Hi Guys,

i checked Hives Server.

We installed everything, like explained at the Guide from mychatz (http://forum.ragezone.com/f452/release-pwserver-1-3-6-mysql-version-linux-510897/)

Server is running and everything looks good, but we are not able to connect with the clients.

After a few seconds of loading it shows you

LINK - Error in Server and network

Server shows you just my login attemp:

TRACE : gdelivery::matrixpasswd query, user=alamos
TRACE : gdelivery::passwdtimeout. user=alamos
TRACE : gdelivery::matrixpasswd cache missing, user=alamos

Anybody a hint how to fix that?
 
It's because the server isnt connecting to the database, mychatz hardly explains anything about his mysql server which looks exactly the same as the other servers so im at a loss as to how to configure the server to connect to mysql specifically what should go in core.php really has me at a loss.
 
make sure in the table.xml that the link goes to 127.0.0.1 and recheck password

example..

<driver name="com.mysql.jdbc.Driver" />
<connection name="auth0" poolsize="3" url="jdbc:mysql://127.0.0.1/dbo?useUnicode=true&characterEncoding=utf8" username="root" password="mypassword"/>
 
Back