Silverware Emulator

Status
Not open for further replies.

jakeowen8996

New Member
Jun 6, 2014
2
0
when i try to boot up the emu it displays this error message; any suggestions?

[12:31:50] Connected to database!
[12:31:50] Fatal error during startup: MySql.Data.MySqlClient.MySqlException (0x
80004005): Access denied for user 'root'@'localhost' (using password: YES)
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean 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.CreateNewPooledConnection()
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 Silverwave.Database.DatabaseConnection.Open() in c:\Users\Daniel\Desktop\P
lus Original\Silverwave Emulator\Database\DatabaseConnection.cs:line 27
at Silverwave.Database.DatabaseConnection.connect() in c:\Users\Daniel\Deskto
p\Plus Original\Silverwave Emulator\Database\DatabaseConnection.cs:line 51
at Silverwave.Database.DatabaseManager.getQueryreactor() in c:\Users\Daniel\D
esktop\Plus Original\Silverwave Emulator\Database\DatabaseManager.cs:line 22
at Silverwave.SilverwaveEnvironment.Initialize() in c:\Users\Daniel\Desktop\P
lus Original\Silverwave Emulator\SilverwaveEnvironment.cs:line 166
[12:31:50] Press a key to exit
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
192
MySQL details might be correct, But your database is incompatible.

Find the correct database or make it correct yourself and run it without single error and then start the emu, Should work. (Just google)
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
It's your password to your mysql though, recheck whether it is correct because sometimes myself I put in the wrong password and assume that it's right.
 

sumo

The end is nigh.
Jan 18, 2014
143
102
Need help!!!
Could you maybe post a new help request with a screenshot of your config.php and config.ini and the EMU error, and I'll help you.

I've seen the problem in the post many times. The people leave the password field as "password" and the database field as "database" if you've done this, edit the password field with the password you setup in the beginning of the tutorial you used and change the "database" to the name of your database, which is not localhost unless you named it that.
Your EMU should essentially come out to look like this:
TMyuAJh.png

Then your client should work if the client.php is configured correctly.
 
Status
Not open for further replies.

Users who are viewing this thread

Top