Re: Newbie mysql.sock question

2005-06-16 Thread Danny Stolle
Paul Mitchell wrote: On Tue, 14 Jun 2005, Danny Stolle wrote: if i start my mysqld it creates a mysql.sock because of an option in my.cnf: socket="/tmp/mysql.sock" when i `mysqladmin -u root shutdown` the database, the mysql.sock is removed. does your system errors when starting mysqld? He

Re: Newbie mysql.sock question

2005-06-16 Thread Santino
You need to run the script that creates MySql tables (user, hosts, ...) mysql_install_db in scripts dir. Santino At 15:20 -0400 16-06-2005, Paul Mitchell wrote: On Tue, 14 Jun 2005, Danny Stolle wrote: if i start my mysqld it creates a mysql.sock because of an option in my.cnf: socket="/tmp/m

Re: Newbie mysql.sock question

2005-06-16 Thread Paul Mitchell
On Thu, 16 Jun 2005, Spenser wrote: Try it with an absolute file path instead of a relative one. For instance, /usr/local/mysql/bin/mysqld_safe --user=mysql --datadir = /usr/local/mysql/tmp same old... /usr/local/mysql/bin/mysqld_safe --user=mysql --datadir=/usr/local/mysql/tmp & cat ../

Re: Newbie mysql.sock question

2005-06-16 Thread Spenser
Try it with an absolute file path instead of a relative one. For instance, /usr/local/mysql/bin/mysqld_safe --user=mysql --datadir = /usr/local/mysql/tmp On Thu, 2005-06-16 at 15:20 -0400, Paul Mitchell wrote: > > ./mysqld_safe --user=mysql --datadir=/usr/local/mysql/tmp -- MySQL General Ma

Re: Newbie mysql.sock question

2005-06-16 Thread Paul Mitchell
On Tue, 14 Jun 2005, Danny Stolle wrote: if i start my mysqld it creates a mysql.sock because of an option in my.cnf: socket="/tmp/mysql.sock" when i `mysqladmin -u root shutdown` the database, the mysql.sock is removed. does your system errors when starting mysqld? Hello Danny, Thanks for t

Re: Newbie mysql.sock question

2005-06-14 Thread Danny Stolle
Paul Mitchell wrote: Hello All, I'm trying to get mediawiki working on a solaris 9 domain (this is on a Sun 15k, FWIW). I had mysql installed and in a fit of stupidity, managed to remove /tmp/mysql.sock. After scouring the Usenet via google, and searching through the archives at lists.mysq

Newbie mysql.sock question

2005-06-14 Thread Paul Mitchell
Hello All, I'm trying to get mediawiki working on a solaris 9 domain (this is on a Sun 15k, FWIW). I had mysql installed and in a fit of stupidity, managed to remove /tmp/mysql.sock. After scouring the Usenet via google, and searching through the archives at lists.mysql.com, I'm still in a

RE: /tmp/mysql.sock question (newbie)

2002-11-11 Thread Black, Kelly W [PCS]
. ~Kelly W. Black -Original Message- From: [EMAIL PROTECTED] [mailto:CZachary@;wiley.com] Sent: Monday, November 11, 2002 1:48 PM To: Adolfo Bello Cc: Black, Kelly W [PCS]; Mysql Lists Subject: RE: /tmp/mysql.sock question (newbie) There is a cleanup script run via cron that removes files from

RE: /tmp/mysql.sock question (newbie)

2002-11-11 Thread CZachary
l Lists <[EMAIL PROTECTED]> | | Subject: RE: /tmp/mysql.sock question (newbie) | >-

RE: /tmp/mysql.sock question (newbie)

2002-11-11 Thread Black, Kelly W [PCS]
mysql.sock /tmp/mysql.sock and things seem to work fine. ~K Black -Original Message- From: Adolfo Bello [mailto:adolfobello@;bisapi.com] Sent: Monday, November 11, 2002 1:32 PM To: Black, Kelly W [PCS] Cc: Mysql Lists Subject: RE: /tmp/mysql.sock question (newbie) I am also a newbi

RE: /tmp/mysql.sock question (newbie)

2002-11-11 Thread Adolfo Bello
From: [EMAIL PROTECTED] [mailto:CZachary@;wiley.com] Sent: Monday, November 11, 2002 10:05 AM To: [EMAIL PROTECTED] Subject: /tmp/mysql.sock question (newbie) Hello all, I would like to change where the /tmp/mysql.sock file gets created. How to I get it to creat

RE: /tmp/mysql.sock question (newbie)

2002-11-11 Thread Black, Kelly W [PCS]
You can do this in /etc/my.cnf ~K Black -Original Message- From: [EMAIL PROTECTED] [mailto:CZachary@;wiley.com] Sent: Monday, November 11, 2002 10:05 AM To: [EMAIL PROTECTED] Subject: /tmp/mysql.sock question (newbie) Hello all, I would like to change where the /tmp/mysql.sock file

/tmp/mysql.sock question (newbie)

2002-11-11 Thread CZachary
Hello all, I would like to change where the /tmp/mysql.sock file gets created. How to I get it to create the file in another location? Thanks. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: Mysql.sock Question

2001-03-14 Thread Rolf Hopkins
- Original Message - From: "Marcus Ouimet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2001 4:05 Subject: Mysql.sock Question > I hate to ask this question but I have tried everything. I am installed > mysql on a new server and ever

Re: Mysql.sock Question

2001-03-14 Thread Gerald L. Clark
Marcus Ouimet wrote: > > I hate to ask this question but I have tried everything. I am installed > mysql on a new server and everything seems to be OK except it never created > mysql.sock? Here is how I installed it: > > cd mysql-3.23.29a-gamma/ > groupadd mysql > useradd -g mysql mysql > ./conf

Mysql.sock Question

2001-03-14 Thread Marcus Ouimet
I hate to ask this question but I have tried everything. I am installed mysql on a new server and everything seems to be OK except it never created mysql.sock? Here is how I installed it: cd mysql-3.23.29a-gamma/ groupadd mysql useradd -g mysql mysql ./configure --with-named-curses-libs=/usr/lib/