I reinstall mysql server on the local computer. Then, I installed mysql query browser, and mysql administrator.
I checked my local mysql on the firefox browser localhost:3306. The browser stated "Got Packets out of order". In any case, I launched mysql query browser. I was able to see the database, and tables without a problem.
Then, I used the mysql-tunnel.pl from the instructions.
On the terminal I got a message.
Quote:
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 3306
Could not request local forwarding.
Then, I tried again by changing the $local_port = "3306"; to $local_port = "3307"; on mysql-tunnel.pl. Then, I got
Quote:
channel 1: open failed: connect failed: Connection refused
???