Log in

View Full Version : Hosted EOC has moved!


Akkadius
01-03-2018, 03:30 PM
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

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
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