Database Connection Issue
I am trying to figure out why I cannot connect to the MySQL database, I followed the guide and able to do all the patches to the database from the required directory with no issues. I run the .bat file to launch the server and I get the following popup in the window.
http://snag.gy/EfiL2.jpg I have tried this with XAAMP and I have tried installing MySQL directly and running the service. I have this entry in my eqemu_config.xml <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>water</password> <db>peq</db> </database> Thanks in advance for any assistance I am at a lost of what to try or check for other than the guide which I have went through a couple of times. |
Error 2003 is an access denied error. Have you attempted to change your MySQL root user to be able to connect remotely? (ie - EQ Operations center, use GeorgeS tools, or maybe just manage your database from your local machine instead of server). If you follow the guides where you update your base root account to accept on % instead of localhost, sometimes you can connect remotely, but not locally.
You may try either loading up HeidiSQL and trying to connect to database (on server machine), or launching a command prompt and trying to sign in to your database engine with: Code:
mysql -uroot -p |
P.s Don't remove your server directory
Code:
1. install ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi |
Thanks for the reply, I am able to connect with the XAAMP "Admin" control and HeidiSQL tool, now I am running on Windows Server 2012 R2 Standard.
http://snag.gy/yJykB.jpg http://snag.gy/QLdn0.jpg |
Ok, so I was able to fix this issue by changing the <host> data to explicitly use 127.0.0.1. Now I am getting some table doesn't exist, now to see about patching those:)
<database> <host>127.0.0.1</host> <port>3306</port> <username>root</username> <password>water</password> <db>peq</db> </database> |
Quote:
|
All times are GMT -4. The time now is 04:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.