View Single Post
  #1  
Old 01-03-2018, 03:30 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default Hosted EOC has moved!



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

Last edited by Akkadius; 01-04-2018 at 01:40 AM..
Reply With Quote