Mentalist Posted September 13, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 67 Reputation: 1 Joined: 09/23/12 Last Seen: July 30, 2017 Share Posted September 13, 2013 When i try to access to mysql , i got this error , can anyone help me with this centos issue? Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 13, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Share Posted September 13, 2013 You should add user with '%' as host. Then you may connect to mysql. CREATE USER 'username'@'%' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON ragnarok.* TO 'username'@'%'; FLUSH PRIVILEGES; or you may connect through ssh tunnel Advanced tab put your host and root log/pas then go to Setting tab and set mysql hostname/ip = localhost/127.0.0.1 Quote Link to comment Share on other sites More sharing options...
Mentalist Posted September 14, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 67 Reputation: 1 Joined: 09/23/12 Last Seen: July 30, 2017 Author Share Posted September 14, 2013 (edited) Solved , really thank you! Edited September 14, 2013 by Mentalist Quote Link to comment Share on other sites More sharing options...
Question
Mentalist
When i try to access to mysql , i got this error , can anyone help me with this centos issue?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.