EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::News (https://www.eqemulator.org/forums/forumdisplay.php?f=594)
-   -   Hosted EOC has moved! (https://www.eqemulator.org/forums/showthread.php?t=41670)

Akkadius 01-03-2018 03:30 PM

Hosted EOC has moved!
 
http://eoc.akkadius.com/EOC2/cust_assets/eoc-fd.png

After about 4-5 years, hosted EOC has moved!

If you have troubles connecting to your server - it's possible you need to adjust your SQL user for connection via the new IP

Code:

CREATE USER 'eoc_database_user'@'142.44.176.142' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'142.44.176.142';
GRANT ALL ON *.* TO 'eoc_database_user'@'142.44.176.142';

You may need to clear your cookies and re-enter your database information

Coenxai 01-04-2018 12:55 AM

Code:

CREATE USER 'eoc_database_user'@'142.44.176.142' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'142.44.176.142';
GRANT ALL ON *.* TO 'eoc_database_user'@'142.44.176.142';
FLUSH PRIVILEGES;

If you'd actually like to connect right now (DNS Issues?). As always, this tool is amazing. It goes without saying though.

Akkadius 01-04-2018 08:53 PM

Thank you Coenxai - had a few others who ran into same issue as well

Updated the main post


All times are GMT -4. The time now is 11:35 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.