There are several weird hybrid ways of installing MySQL on Mac (the native
install as provided by Apple, tar or dmg from Oracle, Darwin Ports, brew
and Fink, if the latter is still around) all of which are utterly mutually
incompatible. But once it is up, it's behaviour is the same as a typical
un
Lucio Chiappetti lambrate.inaf.it> writes:
..
> Conversely, I have some private databases on my machine B. While I
> maintain them locally with full access, I grant select access to an user
> on another machine C. In this case he runs the mysql client on C which
> connects to the mysqld on my m
- Original Message -
> From: "Thufir"
> Subject: Re: ssh basics
> On Mon, 09 Mar 2015 16:00:08 +0100, Johan De Meersman wrote:
>
>> All in all, you've done the opposite of what I asked - you've told me
>> what you know and tried, but not wha
On Mon, 09 Mar 2015 16:00:08 +0100, Johan De Meersman wrote:
> All in all, you've done the opposite of what I asked - you've told me
> what you know and tried, but not what you were trying to figure out with
> your original question :-p
>
Do I really look like a guy with a plan? You know what I a
- Original Message -
> From: "Lucio Chiappetti"
>
> I may like a way to have a program (namely RSI IDL) to connect (bypassing
> the line mode mysql client) to the mysqld socket and issuing commands to
> it (essentially I want to issue a select into a table, and read back the
> output in a
Am 10.03.2015 um 19:06 schrieb Lucio Chiappetti:
I guess all this very simple arrangements should cover the needs of the
OP as they do for me.
but that won't help as long the OP fires up blindly ssh-tunnel commands
without understanding what a SSH tunnel and a TCP connection is and
*that* i
On Mon, 9 Mar 2015, Johan De Meersman wrote:
I'm interested in how ssh is used by MySQL.
SSH is not used by MySQL at all :-) SSH is a way of connecting to a
remote machine. MySQL is a database. You can use SSH to do things with
the database, but they're not intrinsically related.
True, how
- Original Message -
> From: "Thufir"
> Subject: Re: ssh basics
>
> I was being serious, I always appreciate a reply. I know it was worded
> oddly, but, yes, just take it at face value, please.
Oh, I didn't see anything wrong with wording, but text doesn
On Mon, 09 Mar 2015 13:44:51 +0100, Johan De Meersman wrote:
>> Thank you for explaining that.
>
> I can't quite tell wether you're being sarcastic or not, so I'm going to
> give you the benefit of the doubt
>
> Can you explain what you're trying to accomplish, without referencing
> sites you've
- Original Message -
> From: "Thufir"
> Subject: Re: ssh basics
>
> Thank you for explaining that.
I can't quite tell wether you're being sarcastic or not, so I'm going to give
you the benefit of the doubt :-)
Can you explain what you're
- Original Message -
> From: "Emil Oppeln-Bronikowski"
> Subject: Re: ssh basics
> Please, people, do we need that kind of thread?
Most action this list has seen since we had a thread about how little action
this list sees... :-p
--
The idea that Bill Gates appear
Please, people, do we need that kind of thread?
--
vag·a·bond adjective \ˈva-gə-ˌbänd\
a : of, relating to, or characteristic of a wanderer
b : leading an unsettled, irresponsible, or disreputable life
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubs
On Sun, Mar 08, 2015 at 08:03:05PM +, Thufir wrote:
> On Sun, 08 Mar 2015 08:43:41 -0400, Ruben Safir wrote:
>
>
> > gmail sucks
>
>
> You prefer yahoo mail? Just curious.
>
Your not curious.
>
> -Thufir
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.
On Sun, 08 Mar 2015 08:43:41 -0400, Ruben Safir wrote:
> gmail sucks
You prefer yahoo mail? Just curious.
-Thufir
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql
On Sun, 08 Mar 2015 13:41:32 +0100, Reindl Harald wrote:
>> What's the advantage?
>
> that you can have a local application using mysql by -h 127.0.0.1 which
> is a complete different thing than a interactive shell?
Thank you for explaining that.
-Thufir
--
MySQL General Mailing List
For l
On Sun, Mar 08, 2015 at 12:20:10PM +, Thufir wrote:
> On Sun, 08 Mar 2015 10:47:17 +0100, Reindl Harald wrote:
>
>
> > oh my god... https://www.google.at/search?q=ssh+tunnel
>
Yah know ssh and mysql wasn't invented 20 minutes ago. They are basic
tools for GNU users for almost
Am 08.03.2015 um 13:20 schrieb Thufir:
On Sun, 08 Mar 2015 10:47:17 +0100, Reindl Harald wrote:
oh my god... https://www.google.at/search?q=ssh+tunnel
hmm, are you thinking that I'm not using ssh? Because I'm using ssh
currently, and it works fine.
no, i am thinking you have
On Sun, 08 Mar 2015 10:47:17 +0100, Reindl Harald wrote:
> oh my god... https://www.google.at/search?q=ssh+tunnel
hmm, are you thinking that I'm not using ssh? Because I'm using ssh
currently, and it works fine.
How is ssh -L 3305:localhost:3306 thufir@192.168.1.3 any better o
Am 08.03.2015 um 02:38 schrieb Thufir:
how is this:
ssh -L 3305:localhost:3306 thufir@192.168.1.3
different from
ssh thufir@192.168.1.3
they seem functionally equivalent, neither gives me a MySQL console right
off the bat. (I'm reading the man page and trying to understand "bind"
and the -L
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 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
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
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
23 matches
Mail list logo