View Single Post
  #2  
Old 01-04-2018, 12:55 AM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

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.
__________________
"The true sign of intelligence is not knowledge but imagination."
Reply With Quote