Home arrow MySQL arrow Using SSH in HeidiSQL and MySQL Query Browser: Encrypting Sessions

Using SSH in HeidiSQL and MySQL Query Browser: Encrypting Sessions

Using a MySQL GUI (Graphical User Interface) makes it easier, more efficient and user-friendly to work with a MySQL database. The two most popular MySQL GUIs, HeidiSQL and MySQL Query Browser, have their default connections to any MySQL server “unencrypted.” This is a problem, but we're going to fix it; just keep reading.

TABLE OF CONTENTS:
  1. Using SSH in HeidiSQL and MySQL Query Browser: Encrypting Sessions
  2. SSH Port Forwarding: The Solution
  3. Step 1: Enable Port Forwarding in Putty for MySQL SSH Application
  4. Step 2: Configure your MySQL Graphical User Interface (GUI)
By: Codex-M
Rating: starstarstarstarstar / 2
May 04, 2010

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

This tutorial will help you configure these two important MySQL GUIs to connect and do sessions in the SSH (Secure Shell) protocol. This will ensure that communication to your MySQL server is encrypted. Encrypted communication ensures the integrity and security of your data against unauthorized third party packet sniffers on the Internet.

You can find the HeidiSQL GUI and MySQL Query Browser online at the links shown.

The Basic Requirements

In order to make these MySQL GUIs work with SSH, you should meet the following requirements:

1. You have SSH enabled for your hosting account. Check with your hosting company to see if you have SSH enabled.

2. You have an SSH client. This tutorial uses the Putty SSH Client, which you can download here: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 

For the Linux version (Ubuntu), you can simply go to Applications -- Ubuntu Software  Center - Internet --- and click Putty SSH Client to install.

3. If you are going to use HeidiSQL, which is an entirely MySQL GUI (there is no need to run commands to work with a database and tables), you can download it here: http://www.heidisql.com/

HeidiSQL is a Windows-based MySQL GUI but will run perfectly in Linux using Wine.

4. If you like the native MySQL GUI which is MySQL Query Browser, you can download it here for Windows: http://dev.mysql.com/downloads/gui-tools/5.0.html and select the Windows version.

If you are using Linux Ubuntu, you can also download it at Applications -- Ubuntu Software  Center - Programming - MySQL Query Browser --- and click it to install.



 
 
>>> More MySQL Articles          >>> More By Codex-M
 

blog comments powered by Disqus
   

MYSQL ARTICLES

- Xeround Releases Free Version of MySQL Cloud...
- Oracle Announces New MySQL Specialization
- Constant Contact Chooses SkySQL for MySQL Su...
- Revoke Statement in MySQL
- The Grant Statement in MySQL
- SuccessBricks Announces ClearDB Availability...
- Building a PHP ORM: Deploying a Blog
- TROSYS Launches Free MySQL Manager and Admin...
- Building an ORM in PHP: Domain Modeling
- Building an ORM in PHP
- MySQL Leads Open Source Market, Gets Cluster...
- Oracle Announces Milestone Release for MySQL
- How to Stop SQL Injection Attacks
- New Defragmentation Solution for SQL Server
- Comparison of MyISAM and InnoDB MySQL Databa...


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 11 - Follow our Sitemap

Dev Shed Tutorial Topics: