Can't connect to MYSQL server through SQLYog
I am a new Linode user and signed up to Linode just yesterday and have installed LAMP for my environment. After installation, I am able to login using winscp and putty successfully.
When I am trying to connect to MySQL through SQLYog, I am receiving " > Error no. 2003 can't connect to MYSQL server on 'My IP' (10061)
". But I am able to connect to mysql through putty and have created a database and given rights using the following queries, as given in Linode Library:
create database mydatabase;
grant all on mydatabase.* to 'myusername' identified by 'mypassword';
flush privileges;
Do I have to set any rights or privileges?
I am completely stuck up… please help to solve my issue.
Thanks in advance.
Cheers
3 Replies
Thanks for the imm. reply
Cheers