MySQL socket and logs locations

2006-09-24 Thread Peter Bradley
Hi, I've installed MySQL 5.0.24a-standard on my AMD 64, SuSE 10.0 box, using the binary distribution from the MySQL downloads site. I've also installed the GUI tools from the same location, using the SuSE 10.x rpm packages. The intention is to use MySQL with PHP5 and Apache. Both these

Re: MySQL socket and logs locations

2006-09-24 Thread Russbucket
Peter Bradley wrote: Hi, I've installed MySQL 5.0.24a-standard on my AMD 64, SuSE 10.0 box, using the binary distribution from the MySQL downloads site. I've also installed the GUI tools from the same location, using the SuSE 10.x rpm packages. The intention is to use MySQL with PHP5 and

Re: MySQL socket and logs locations

2006-09-24 Thread Peter Bradley
Russbucket wrote: I just check my install of mysql (version mysql-4.1.13-3.8 on SUSE 10.0) and the socket is in /var/lib/mysql and the mysqld log is in /var/lib/mysql. This is the mysql version that came with my 10.0 DVD. Did you use YAST to install? I don't know if these locations changed with

RE: soft link mysql socket?

2004-07-30 Thread u235sentinel
Hello, mysql Gurus, Because of disk space issues, the data dir of my mysql DB is somewhere else other than /var/lib/mysql. I did not link /var/lib/mysql to the real data dir though. It works OK until I want to use perl DBI which complains can't connect to mysql thru

soft link mysql socket?

2004-07-29 Thread Ginger Cheng
Hello, mysql Gurus, Because of disk space issues, the data dir of my mysql DB is somewhere else other than /var/lib/mysql. I did not link /var/lib/mysql to the real data dir though. It works OK until I want to use perl DBI which complains can't connect to mysql thru

Re: soft link mysql socket?

2004-07-29 Thread Jeremy Zawodny
On Thu, Jul 29, 2004 at 08:10:42PM -0700, Ginger Cheng wrote: Hello, mysql Gurus, Because of disk space issues, the data dir of my mysql DB is somewhere else other than /var/lib/mysql. I did not link /var/lib/mysql to the real data dir though. It works OK until I want to use perl DBI

Re: Mysql Socket Error

2004-01-13 Thread Birju Shah
- - Original Message - From: Daniel Kasak [EMAIL PROTECTED] To: Birju Shah [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:13 PM Subject: Re: Mysql Socket Error Birju Shah wrote: Hello Friends, We are using free bsd, mysql 4.0.15

Re: Mysql Socket Error

2004-01-13 Thread walt
then for a few days and again the same error. Birju Shah - - Original Message - From: Daniel Kasak [EMAIL PROTECTED] To: Birju Shah [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:13 PM Subject: Re: Mysql Socket Error Birju Shah

Re: Mysql Socket Error

2004-01-13 Thread walt
] - --- - Original Message - From: walt [EMAIL PROTECTED] To: Birju Shah [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 12:17 PM Subject: Re: Mysql Socket Error On Wednesday 14 January 2004 04:41 am, you wrote: Hello, When I run the command it gave me

Re: Mysql Socket Error

2004-01-13 Thread Daniel Kasak
Birju Shah wrote: Hello, Thankyou for your quick response. When I start getting this error, the mysql crashes, any application which I try to start which uses mysql backend, says mysql.sock error could not connect . - DBI connect('database=search;host=localhost','web',...)

Mysql Socket Error

2004-01-12 Thread Birju Shah
Hello Friends, We are using free bsd, mysql 4.0.15. We are using this system since more than a year now. We have a autoresponder script which has mysql database. Since a month or so we are noticing that mysql gives the mysql.sock error and the only option which remains is to reboot the entire

Re: Mysql Socket Error

2004-01-12 Thread Daniel Kasak
Birju Shah wrote: Hello Friends, We are using free bsd, mysql 4.0.15. We are using this system since more than a year now. We have a autoresponder script which has mysql database. Since a month or so we are noticing that mysql gives the mysql.sock error and the only option which remains is to

mysql-socket

2003-07-19 Thread G Gill
how do you make a socket or use unix_socket etc. The basics? -- G Gill mailto:[EMAIL PROTECTED]

RE: linux and mysql socket

2003-06-20 Thread TheMechE
] Subject: linux and mysql socket I installed mysql manually on red hat 9. It worked fine couple days but from yesterday i am getting a weird error when i tried to run the mysql. the error statement is Error 2002: Can't connect to local MySql server through socket '/tmp/mysql.sock'(2). I am new user

Re: linux and mysql socket

2003-06-20 Thread John Nichel
azamka wrote: I installed mysql manually on red hat 9. It worked fine couple days but from yesterday i am getting a weird error when i tried to run the mysql. the error statement is Error 2002: Can't connect to local MySql server through socket '/tmp/mysql.sock'(2). I am new user of Linux and I

linux and mysql socket

2003-06-19 Thread azamka
I installed mysql manually on red hat 9. It worked fine couple days but from yesterday i am getting a weird error when i tried to run the mysql. the error statement is Error 2002: Can't connect to local MySql server through socket '/tmp/mysql.sock'(2). I am new user of Linux and I am unable

RE: linux and mysql socket

2003-06-19 Thread Dathan Vance Pattishall
, June 19, 2003 1:07 PM --To: [EMAIL PROTECTED] --Subject: linux and mysql socket -- --I installed mysql manually on red hat 9. It worked fine couple days but --from --yesterday i am getting a weird error when i tried to run the mysql. the --error --statement is Error 2002: Can't connect to local MySql

RE: linux and mysql socket

2003-06-19 Thread Kenneth Hylton
PROTECTED] Sent: Thursday, June 19, 2003 3:45 PM To: 'azamka'; [EMAIL PROTECTED] Subject: RE: linux and mysql socket Your client is configured to connect via UNIX sock on localhost. It thinks the sock is on /tmp when it's probably /var/lib/mysql Take a look at /etc/my.cnf and make the change

Re: mysql socket problem in win98 (thanks for the help!)

2002-10-21 Thread Wakan
First of all, thanks to everyone for no reply and no help! If someone is interested, I've found that i Win9x systems, if there are persistent connections open, the system instead of used the same opened connection for the same session, it opens a new connection for each script call, and, because

Re: Re: mysql socket problem in win98 (thanks for the help!)

2002-10-20 Thread Wakan
At 13.49 20/10/2002 +0200, you wrote: Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words in your message: sql,query If you just reply to this message, and include the entire text

mysql socket problem in win98

2002-10-18 Thread Wakan
HI, I'm on a win98 2ED system, running - Apache 1.3.26 + php 4.2.3 - Mysql 3.23.52 (started server is mysqld) I'm running some php scripts, that works with a database. Every script, makes a db_connect. It happens that, after a certain time (I don't know how much, and I don't know if it really

Re: The Mysql socket thing using Redhat 7.1

2001-09-05 Thread Ed Carp
jason bailey ([EMAIL PROTECTED]) writes: I'm consistently getting the error (2002) : Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (111) You mean /var/lib/mysql/mysql.sock? Details are IMPORANT. I've deleted it and running something above has brought it

Re: The Mysql socket thing using Redhat 7.1

2001-09-05 Thread Jason Bailey
Ed, Thanks for the email. I was a bit tired last night and was a little frustrated (4 nights getting nowhere), so apologies if I was little rude (I've just reread my email) and sarcastic, but thanks for the 'Details' pun. I've dug myself into a hole offering to set up a Linux/Apache Webserver

Re: The Mysql socket thing using Redhat 7.1

2001-09-05 Thread Ed Carp
Jason Bailey ([EMAIL PROTECTED]) writes: You mean /var/lib/mysql/mysql.sock? Details are IMPORANT. Yes, thanks for the pun. It was the above /var/lib/mysql/mysql.sock and I noted that deleting it and then running mysql_install_db or possible safe_mysqld recreated. Well, it wasn't a pun

Re: The Mysql socket thing using Redhat 7.1

2001-09-05 Thread Jason Bailey
Ed, Once again, thanks for the email response. I'm going to try all the suggestions I've received. A colleague has suggested as I'm new to Linux to select the 'Install Everything' option in red hat 7.1. He suggests that it's probably easier (for me) to get everything installed and work

Re: The Mysql socket thing using Redhat 7.1

2001-09-05 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] (Jason Bailey) writes: If the server is creating mysql.sock in and something else is looking for it in /tmp, this is the easiest way to get it to work, besides checking to make sure that the permissions are such that anyone who needs to can read and write to mysql.sock. --

The Mysql socket thing using Redhat 7.1

2001-09-04 Thread jason bailey
HI, I'm a new user to Linux and am interested in MySQL and PHP. I currently use both as a developer elsewhere and am now trying to set up a test server at home. I've searched the MYSQL lists and notice that alot of people are getting a similar problem as myself and I'm not sure if any have got

Re: The Mysql socket thing using Redhat 7.1

2001-09-04 Thread Trond Eivind Glomsrød
jason bailey [EMAIL PROTECTED] writes: HI, I'm a new user to Linux and am interested in MySQL and PHP. I currently use both as a developer elsewhere and am now trying to set up a test server at home. I've searched the MYSQL lists and notice that alot of people are getting a similar

Problem with MySQL socket file after re-install on RH 7.1

2001-07-22 Thread Rob Valliere
Hello: I re-installed MySql RPM and now cannot access MySql. The details... I have RedHat 7.1 installed and am running Apache 1.3.14, MySql 3.23.26 and PHP 4.04, all from the RedHat 7.1 installation. They have been running for a month in a stable environment with any problems. I have used all 3

MySQL socket

2001-03-23 Thread Diego Romoli
Hi, I've just installed Apache, MySQL and PHP on RedHat 7.0 and I can't connect to MySQL through PHP. I get an error saying that it can't connect to MySQL using socket /var/lib/mysql/mysql.sock. When I connect to the MySQL server through the mysql client program, I can see that that is the