I want to ssh into Mysql, something like:
thufir@doge:~$
thufir@doge:~$ ssh -L 3306:localhost:3306 thufir@192.168.1.3
bind: Address already in use
Last login: Sat Mar 7 19:18:20 2015 from 192.168.1.2
Thank you for installing ViciBox Server v.6.0!
This software is available for free download at
Am 08.03.2015 um 01:20 schrieb Thufir:
I want to ssh into Mysql, something like:
thufir@doge:~$
thufir@doge:~$ ssh -L 3306:localhost:3306 thufir@192.168.1.3
bind: Address already in use
that is a pretty clear message
you can't use port 3306 if you have running a mysqld on both machines,
so
On Sun, 08 Mar 2015 00:20:26 +, Thufir wrote:
> I mean, I can ssh into tleilax and then fire up the MySQL console. Is
> there a better approach?
>
This just hangs:
thufir@doge:~$
thufir@doge:~$ mysql -u cron -h 192.168.1.3 -p
Enter password:
^C
thufir@doge:~$
because, I think, I d
Hello List,
I'm not an expertise on MySQL and we are facing a strange issue:
We had a Virtual Machine, running CentOS + MySQL 5.0 with IP (1.1.1.1).
After move this Virtual Machine to a new one (got a new IP - 2.2.2.2), we lost
the ability to connect to mysql remotely, from external IPs.
I r
On Sun, 08 Mar 2015 01:30:46 +0100, Reindl Harald wrote:
> Am 08.03.2015 um 01:20 schrieb Thufir:
>> I want to ssh into Mysql, something like:
>>
>> thufir@doge:~$
>> thufir@doge:~$ ssh -L 3306:localhost:3306 thufir@192.168.1.3 bind:
>> Address already in use
>
> that is a pretty clear message
>
On Sat, 07 Mar 2015 21:49:10 -0300, Rafael Ribeiro wrote:
> I read a lot of tutorials and tips without success.
>
> What I need to do, to come back to working configuration like oldest
> machine, allowing remote connections?
By no means am I an expert, but, while not specific to your question: