I'm trying to configure a web server (Debian 7). I followed this tutorial.
I'm renting my server thanks to gandi.net service. And i have now apache2, mysql, php5 up and running.
I connect to it using following command on terminal : ssh username@domainname.com
Next step is to create my database through sequel pro and I don't know how to do it and documentation is not so clear...
Here is what I'm talking about :
I have tried to connect :
- Nom : some name, i found clear. (I think i can put anything in here, right ?)
- Host : ip or domain name
- User : the username I'm using in my ssh connection (cf above)
- Password : the password I both use for ssh connection (cf above) and mysql connection
For the rest, I left like it was and I received this error message :
Unable to connect to host domainname.com, or the request timed out.
Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).
MySQL said: Can't connect to MySQL server on 'domainename.com' (61)' (2)
Any idea how I could do that?