View Single Post
  #2  
Old 04-19-2015, 07:20 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default

I have not been able to connect to EOC today either. Did you read the WIKI....

Did you grant access like the instruction state?


CREATE USER 'eoc_database_user'@'69.168.254.244' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'69.168.254.244';
GRANT ALL ON *.* TO 'eoc_database_user'@'69.168.254.244';
Reply With Quote