Mentalist Posted September 13, 2013 Posted September 13, 2013 When i try to access to mysql , i got this error , can anyone help me with this centos issue? Quote
Sanasol Posted September 13, 2013 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
Mentalist Posted September 14, 2013 Author Posted September 14, 2013 (edited) Solved , really thank you! Edited September 14, 2013 by Mentalist Quote
Question
Mentalist
When i try to access to mysql , i got this error , can anyone help me with this centos issue?
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.