Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
Friday, April 09, 2004, 8:59:48 PM, Rohan Shrivastava wrote: RS> there are some tables named RS> columns_priv and tables_priv RS> are you talking about these Yes. In this case check permissions on the MySQL data dir and files. MySQL should be owner of the data dir. RS> Regards RS> Rohan >> "Roh

Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
"Rohan Shrivastava" <[EMAIL PROTECTED]> wrote: > hello, > > I have installed mysql-3.23.58-pc-linux-i686 on Red Hat 9.0, > while starting daemon i got the following message: > > ./bin/safe_mysqld --user=mysql & > [1] 5240 > [EMAIL PROTECTED] mysql-3.23.58-pc-linux-i686]# Starting mysqld daemon w

Problem while starting mysql daemon

2004-04-09 Thread Rohan Shrivastava
hello, I have installed mysql-3.23.58-pc-linux-i686 on Red Hat 9.0, while starting daemon i got the following message: ./bin/safe_mysqld --user=mysql & [1] 5240 [EMAIL PROTECTED] mysql-3.23.58-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/mysql-3.23.58-pc-linux-i686/data

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Ronan Lucio
The user that mysql run as, has permission to write in the /var/run/mysql dir? Ronan > muhammad alqama wrote: > > hi > > > > **(plz someone help me urgently)** > > > > i have tried the procedure mentioned below but of no avail. > > this is the exact message in .err file > > > > "can not s

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Victor Medina
muhammad alqama wrote: hi **(plz someone help me urgently)** i have tried the procedure mentioned below but of no avail. this is the exact message in .err file "can not start server : bind on unix socket : permission denied do you have another mysql server running on socket /var/run/mysql

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Michael Stassen
As root, you start the mysql server. The first thing the server does is switch to running as the mysql user, then it tries to bind the socket. Most likely, your problem is that the mysql user does not have permission to write the socket file in /var/run/mysql. As root, run `chown mysql:mysql

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread muhammad alqama
hi **(plz someone help me urgently)** i have tried the procedure mentioned below but of no avail. this is the exact message in .err file "can not start server : bind on unix socket : permission denied do you have another mysql server running on socket /var/run/mysql/mysql.sock ? /usr/lib

Re: starting mysql daemon

2004-04-06 Thread muhammad alqama
ot; <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > Try this one: > > Copy share/mysql/my-medium.cnf file to /etc/my.cnf and run > "mysql_install_db" and "chown -R mysql " and "mysqld_safe" > command. > Fi

Re: starting mysql daemon

2004-04-05 Thread Egor Egorov
"muhammad alqama" <[EMAIL PROTECTED]> wrote: > hello > a few days ago i had this problem in starting mysql daemon.. (described below by > previous messages).. which was solved. > i changed the permissions of the data directory. > > but now again i am facing

Re: starting mysql daemon

2004-04-05 Thread mathan
Message - From: "muhammad alqama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 9:19 PM Subject: Re: starting mysql daemon > hi > the error mentioned in the file is... > "fatal error : can not

RE: starting mysql daemon

2004-04-05 Thread muhammad alqama
hello a few days ago i had this problem in starting mysql daemon.. (described below by previous messages).. which was solved. i changed the permissions of the data directory. but now again i am facing the same problem. but the error message is of binding the unix socket. something like this

Re: starting mysql daemon

2004-04-01 Thread Hadi Ariwibowo
- Original Message - From: "muhammad alqama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:49 PM Subject: Re: starting mysql daemon > hi > the error mentioned in the file is... > "fatal err

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
hello it is now running .. thank everyone who helped me ... many many thanks regards alqama - Original Message - From: Michael Stassen <[EMAIL PROTECTED]> Date: Thu, 01 Apr 2004 12:13:43 -0500 To: muhammad alqama <[EMAIL PROTECTED]> Subject: Re: starting

Re: starting mysql daemon

2004-04-01 Thread Michael Stassen
--- Original Message - From: [EMAIL PROTECTED] Date: Thu, 1 Apr 2004 10:02:22 -0600 To: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: starting mysql daemon Errno 13 indicates a permissions error. Please check the ownership of the data directories you're usi

RE: starting mysql daemon

2004-04-01 Thread muhammad alqama
TECTED] Subject: RE: starting mysql daemon > Errno 13 indicates a permissions error. Please check the ownership of the > data directories you're using to make sure that the mysql user & group. > > Dave > > -Original Message- > From: muhammad alqama [mai

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
now... regards alqama - Original Message - From: Victor Pendleton <[EMAIL PROTECTED]> Date: Wed, 31 Mar 2004 16:03:43 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > This file is normally located in the dat

RE: starting mysql daemon

2004-04-01 Thread DChristensen
]; [EMAIL PROTECTED] Subject: Re: starting mysql daemon hi the error mentioned in the file is... "fatal error : can not open privilege tables can not find file : './mysql/host.frm' (errno 13)" what to do now... regards alqama - Original Message - F

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
31 Mar 2004 16:03:43 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > This file is normally located in the data directory > > On Wed, 31 Mar 2004, you wrote: > > hi > > can u tell me where this fi

Re: starting mysql daemon

2004-03-31 Thread muhammad alqama
- Original Message - From: Victor Pendleton <[EMAIL PROTECTED]> Date: Wed, 31 Mar 2004 15:17:54 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: starting mysql daemon > Did you check in the hostname.err file to see why MySQL ende

Re: starting mysql daemon

2004-03-31 Thread Victor Pendleton
Did you check in the hostname.err file to see why MySQL ended? On Wed, 31 Mar 2004, muhammad alqama wrote: > hello > i am using slackware linux and i installed mysql > server with the installation. > > now i am trying to start the mysql daemon but it is > not being start. > > i have run

starting mysql daemon

2004-03-31 Thread muhammad alqama
hello i am using slackware linux and i installed mysql server with the installation. now i am trying to start the mysql daemon but it is not being start. i have run "mysql_install_db --user=mysql" .. it runs successfully. but as i run the command "mysqld_safe" to run daemon it gives the

RE: Problem Starting MySQL Daemon

2001-05-13 Thread Andrey Nepomnyaschih
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Kyle Rollin > Sent: Monday, May 14, 2001 10:40 AM > To: Andrey Nepomnyaschih > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Problem Starting MySQL Daemon > > > Andrey: &g

Re: Problem Starting MySQL Daemon

2001-05-13 Thread Kyle Rollin
Andrey: Check your mysql var directory, that's symptomatic of a misconfigured mysql daemon. Look for a file called $hostname.err, read it, and fix what its complaining about. -Kyle Rollin [EMAIL PROTECTED] On Mon, 14 May 2001, Andrey Nepomnyaschih wrote: > Hello, > > I've been experiencing so

Problem Starting MySQL Daemon

2001-05-13 Thread Andrey Nepomnyaschih
Hello, I've been experiencing some problem starting mysqld automatically. The host (venus) OS is running FreeBSD-4.3 Stable. So there are startup script at /usr/local/etc/rc.d/ called mysql-server.sh. When system boots up it starts mysql daemon. But as soon as I can access console, mysqld process