Re: Start up problem

2002-12-09 Thread Sean Phillips
unning MySQL 4.x. Sean - Original Message - From: "Touch13" <[EMAIL PROTECTED]> To: "gerald_clark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 10:00 AM Subject: Re: Start up problem > The data directory is well owned by mysql. > I

Re: Start up problem

2002-12-09 Thread Touch13
The data directory is well owned by mysql. In fact my problem is : I cannot start mysql daemon in "root" user with change user in line command like this : # safe_mysqld --user=mysql --log=/var/lib/mysql/mysql.log touch13 On Mon, 09 Dec 2002 09:28:30 -0600 gerald_clark <[EMAIL PROTECTED

Re: Start up problem

2002-12-09 Thread Touch13
It's OK, MySQL start... On Mon, 09 Dec 2002 10:48:47 -0600 gerald_clark <[EMAIL PROTECTED]> wrote: > # su mysql > $ mysqld > > What do you see now? > > > Touch13 wrote: > > >The data directory is well owned by mysql. > >In fact my problem is : > >I cannot start mysql daemon in "root" user >

Re: Start up problem

2002-12-06 Thread Touch13
On Fri, 6 Dec 2002 10:18:12 +0100 "David Bordas" <[EMAIL PROTECTED]> wrote: > > >> Have a look to the mysql error log to see if you can find your problem > ... > >> This file should be in /usr/local/mysql/data > >> > > I have no log file, the only file created is .err with the > number of the thr

Re: Start up problem

2002-12-06 Thread David Bordas
>> Have a look to the mysql error log to see if you can find your problem ... >> This file should be in /usr/local/mysql/data >> > I have no log file, the only file created is .err with the number of the thread who crash. > > touch13 > This file IS the mysql error log. On one of mine i can see thi

Re: Start up problem

2002-12-06 Thread Touch13
On Fri, 6 Dec 2002 09:36:17 +0100 "David Bordas" <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I upgrade my server from Mandrake 8.2 to Mandrake 9.0 and i have a little > problem with MySql 3.23 (Ver 3.23.52 for pc-linux-gnu on i686): > > When i try to start MySQL with this command with "root" use

Re: Start up problem

2002-12-06 Thread David Bordas
> Hello, > > I upgrade my server from Mandrake 8.2 to Mandrake 9.0 and i have a little problem with MySql 3.23 (Ver 3.23.52 for pc-linux-gnu on i686): > When i try to start MySQL with this command with "root" user : > # safe_mysqld --user=mysql & > I obtains the following response: > # Starting mys

Start up problem

2002-12-06 Thread Touch13
Hello, I upgrade my server from Mandrake 8.2 to Mandrake 9.0 and i have a little problem with MySql 3.23 (Ver 3.23.52 for pc-linux-gnu on i686): When i try to start MySQL with this command with "root" user : # safe_mysqld --user=mysql & I obtains the following response: # Starting

Re: start up problem

2002-04-30 Thread Victoria Reznichenko
Cindy, Monday, April 29, 2002, 8:03:24 PM, you wrote: I combine into one all your postings C> OK, it seems like every time I install mysql, I run smack dab into C> some type of access problem -- if it isn't a password hangup, it's a C> mysql.sock problem or (at the moment) a refusal to allow me

Re: start up problem

2002-04-29 Thread Frédéric COURCIER
rters like me. Ha ve a nice day. Frederic COURCIER - Original Message - From: "Cindy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 9:16 PM Subject: Re: start up problem > > Cindy writes: > > > >OK, it seems like eve

Re: start up problem

2002-04-29 Thread Cindy
Cindy writes: > >OK, it seems like every time I install mysql, I run smack dab into >some type of access problem -- if it isn't a password hangup, it's a >mysql.sock problem or (at the moment) a refusal to allow me to create >databases. I've puzzled through most of it for now, but this one

Re: start up problem

2002-04-29 Thread Steven Hajducko
Hey Cindy, Usually you can get a better idea of the real problem by looking in the hostname.err (where hostname is the hostname of your machine) file in whatever directory you are storing your logs in. Is there any info in that file that you can post? You can check to make sure another mysql.so

Re: start up problem

2002-04-29 Thread Cindy
Cindy writes: > >OK, it seems like every time I install mysql, I run smack dab into >some type of access problem -- if it isn't a password hangup, it's a >mysql.sock problem or (at the moment) a refusal to allow me to create >databases. I've puzzled through most of it for now, but this one

Re: start up problem

2002-04-29 Thread Steven Hajducko
The var dir is usually where the databases and logs go. At least, from the sources I've compiled, thats where it always gets stored. On Mon, 2002-04-29 at 10:03, Cindy wrote: > > OK, it seems like every time I install mysql, I run smack dab into > some type of access problem -- if it isn't a pa

start up problem

2002-04-29 Thread Cindy
OK, it seems like every time I install mysql, I run smack dab into some type of access problem -- if it isn't a password hangup, it's a mysql.sock problem or (at the moment) a refusal to allow me to create databases. I've puzzled through most of it for now, but this one has me stumped. It's giv