Am 16.02.2015 um 02:12 schrieb Jan Steinman:
I have an annoying problem that I've worked around, but I would like to fix it the
"right" way.
This is under MacOS X Server 10.6.latest.
I just replaced the ancient (<5) version of MySQL that came with that server to MariaDB 10.1, via
MacPorts. (
>-Original Message-
>From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On Behalf Of Johan De
>Meersman
>Sent: Thursday, November 25, 2010 3:29 AM
>To: Jerry Schwartz
>Cc: Brent Clark; mysql mailing list
>Subject: Re: localhost vs domain for connection string
>
&g
On Wed, Nov 24, 2010 at 4:44 PM, Jerry Schwartz wrote:
> [JS] This might or might not be enabled by default. I'm running on Windows,
> and I seem to remember having to change it.
>
> # Enable named pipe, bypassing the network stack
> enable-named-pipe
>
Windows' named pipes are not the same as u
>-Original Message-
>From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On Behalf Of Johan De
>Meersman
>Sent: Wednesday, November 24, 2010 2:39 AM
>To: Jerry Schwartz
>Cc: Brent Clark; mysql mailing list
>Subject: Re: localhost vs domain for connection string
>
On Tue, Nov 23, 2010 at 7:55 PM, Jerry Schwartz wrote:
> >IIRC, "localhost" is seen by the client as a magic word to mean "use the
> >UNIX socket, not 127.0.0.1".
> >
> [JS] IF it is enabled in my.cnf.
>
Hmm, didn't know that bit. What's the option called ?
--
Bier met grenadyn
Is als mosterd
>-Original Message-
>From: vegiv...@gmail.com [mailto:vegiv...@gmail.com] On Behalf Of Johan De
>Meersman
>Sent: Tuesday, November 23, 2010 6:19 AM
>To: Brent Clark
>Cc: mysql mailing list
>Subject: Re: localhost vs domain for connection string
>
>IIRC, "loc
> From: Brent Clark
>
> Is there a difference if someone had to make the connection string the a
> domain (hosts file entry makes the machine look at its ip) as opposed to just
> using localhost.
> If so would a performance hit be incurred?
Using 'localhost' will always be faster, although per
IIRC, "localhost" is seen by the client as a magic word to mean "use the
UNIX socket, not 127.0.0.1".
So, yes, that would make the connection not show up in netstat :-)
On Tue, Nov 23, 2010 at 11:11 AM, Brent Clark wrote:
> Hiya
>
> Is there a difference if someone had to make the connection str
--- Karl Larsen <[EMAIL PROTECTED]> escribió:
> I'm trying to use mysql on Linux type Fedora
> Core 4 and it works
> part way but I have no guess how to fix this
> problem. Here is what happens:
>
> [EMAIL PROTECTED] ~]$ mysql
> Welcome to the MySQL monitor. Commands end with ;
> or \g.
>
When you just call mysql, it tries to login using the current logged user in
linux. Try to call "mysql -u root" may be work.
"Karl Larsen" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
>I'm trying to use mysql on Linux type Fedora Core 4 and it works part
> way but I have
Hello.
> [EMAIL PROTECTED]:~# telnet localhost 43306
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> Connection closed by foreign host.
I had an experience with similar symptoms which was caused by TCP
wrapper. Check your /etc/hosts.allow.
Lance Roc
* Dan V <[EMAIL PROTECTED]> [2003-12-17 02:03 +0100]:
> When I check the status it says [EMAIL PROTECTED]
> How do I change that to [EMAIL PROTECTED]
What's wrong with "localhost"?
Connecting to localhost makes your client use a socket or pipe, which is
faster and more secure than the tcp connecti
gards
- Original Message -
From: "Pafo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 4:55 PM
Subject: Re: localhost problem
am still getting the same message http://www.pafo.net/mysql5.gif
regards
pafo
On Wed, 21 Nov 2001, Pafo wrote:
> am still getting the same message http://www.pafo.net/mysql5.gif
Try without the password. As below, "mysql -u root".
> > On Wed, 21 Nov 2001, Pafo wrote:
> > > i still cant get pass this problem, i have now uninstalled PWS and still i cant
>access
> >
am still getting the same message http://www.pafo.net/mysql5.gif
regards
pafo
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Pafo" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 2:34 PM
Subject: Re: localhost problem
On Wed, 21 Nov 2001, Pafo wrote:
> i still cant get pass this problem, i have now uninstalled PWS and still i cant
>access
> why why why why? http://www.pafo.net/mysql4.gif
> i am running, win98, p-III 1000, 512ram, the latest mysql, using tiny personal
>firewall and
> i am connected t
internet, all the time.
regards
pafo
- Original Message -
From: "Pafo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 1:12 PM
Subject: Re: localhost problem
i still cant get pass this problem, i have now uninstalled PWS and still i ca
i still cant get pass this problem, i have now uninstalled PWS and still i cant
access
why why why why? http://www.pafo.net/mysql3.gif
regards
pafo
- Original Message -
From: "Pafo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 3:58 AM
Subject:
Hi,
- Original Message -
From: "Pafo" <[EMAIL PROTECTED]>
> i am having this problem, ( http://www.pafo.net/mysql.gif, a gif file that
illustrates the problem )
> i am using a firewall and i am connected to the internet all the time.
The latter shouldn't be an issue, since accordin
I had the same problem with suse 7.2. I see that the path to mysql.sock
is /var/lib/mysql/mysql.sock. this location of mysql.sock was a leftover
from the mysql that i installed from the distribution. the downloaded
version though stores the mysql.sock in /tmp/mysql.sock - i had to tell
a few of my
yes..the /etc/hosts file reads like the following:
127.0.0.1 localhost.localdomain localhost
138.xx.xx.xx mydomain.edu mymachine
thanks
--- Lance Rochelle <[EMAIL PROTECTED]> wrote:
> is localhost setup correctly in /etc/hosts file?
> i.e. 127.0.0.1 localhost,
> if not put that
21 matches
Mail list logo