Visual Query and 1and1

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
lawryk
Posts: 1
Joined: Wed 13 Jan 2010 05:46

Visual Query and 1and1

Post by lawryk » Wed 13 Jan 2010 05:50

Does anyone know if Visual Query is compatible with 1and1.com hosting? I have the developer type account that says it supports SSH.

But I was having trouble connecting and the 1and1.com help was of no use this time.

Thanks in advance,
Brad

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Post by Alexz » Thu 14 Jan 2010 10:39

dbForge Query Builder for MySQL v1.10 can connect to MySQL Server using SSH tunnelling.

First try to connect through SSH using Putty (read the procedure at
http://help.1and1.com/hosting-c37630/li ... 95890.html)

When the connection is successfully done, try to connect using dbForge Query Builder for MySQL.
Create a new connection by specifying the following properties on the General tab:

Host: MySQL Host Name
Port: 3306
User: MySQL User Name
Password: your password

(You can find the necessary information to connect to a MySQL database here http://help.1and1.com/hosting-c37630/li ... 48746.html)

On the Security tab turn the "Use security protocol" check box on, then select SSH and Password authentication.
Enter the host, i.e., your domain name.
Enter the user name and password used in the Putty program to connect using SSH tunnelling.

We'd like to inform you that a new version 1.50 of dbForge Query Builder for MySQL will be released soon.

Post Reply