Re: mysql.sock problem - solved

2003-06-17 Thread Veysel Harun Sahin
Problem solved. Thanks victoria.:) [EMAIL PROTECTED] wrote: Veysel Harun Sahin <[EMAIL PROTECTED]> wrote: I am using mysql 3.23.49 on openbsd3.2 with php4.2.3. Formerly I was connecting to mysql with php without any problem but now (I don't know what I have changed) when I try to connect to

Re: mysql.sock problem

2003-06-17 Thread Victoria Reznichenko
Veysel Harun Sahin <[EMAIL PROTECTED]> wrote: > > I am using mysql 3.23.49 on openbsd3.2 with php4.2.3. Formerly I was > connecting to mysql with php without any problem but now (I don't know > what I have changed) when I try to connect to mysql with php it gives > the following errors: > > Wa

Re: Mysql.Sock problem

2002-12-31 Thread Kenneth Illingsworth
on everyting in the /var structure - Original Message - From: "A.T.Z." <[EMAIL PROTECTED]> To: "Jason Steig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:59 AM Subject: RE: Mysql.Sock problem > Is mysql running (ps

Re: Mysql.Sock problem

2002-12-31 Thread LeVar Bery
"Jason Steig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:59 AM Subject: RE: Mysql.Sock problem > Is mysql running (ps -axu) > > if not: > /path/to/safe_mysqld --user=mysql & > > This is explained in the docs >

RE: Mysql.Sock problem

2002-12-30 Thread A.T.Z.
Is mysql running (ps -axu) if not: /path/to/safe_mysqld --user=mysql & This is explained in the docs -Oorspronkelijk bericht- Van: Jason Steig [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 31 december 2002 9:08 Aan: [EMAIL PROTECTED] Onderwerp: Mysql.Sock problem I' am relatively

Re: mysql.sock problem

2002-02-18 Thread Brad Emerson
I should have mentioned that I did a 'find / -name my.cnf' and there is only one such file--/etc/my.cnf Perhaps I should try creating a local version of my.cnf, but I really want to know why it's getting the wrong .sock file in the first place. Brad Gerald Clark wrote: > check for a .my.cnf

Re: mysql.sock problem

2002-02-18 Thread Gerald Clark
check for a .my.cnf file in the user's home directory. It may have conflicting entries. Brad Emerson wrote: > > When I am logged in to my Linux system as root mysqladmin works > correctly. i.e. finds mysql.sock in the correct location. > > When I am logged in as a normal user I get this erro