Re: Install problem: log file issue

2009-02-13 Thread Paul DuBois
On Feb 12, 2009, at 6:28 PM, csego...@gmail.com wrote: Andy, Michael, and Walter - thank you! Adding a [mysqld_safe] group to my.cnf gets me further but the start still fails. The good thing is that the failure is no longer due to the inability to write the log file. The [mysqld_safe] sect

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
Andy, Michael, and Walter - thank you! Adding a [mysqld_safe] group to my.cnf gets me further but the start still fails. The good thing is that the failure is no longer due to the inability to write the log file. The [mysqld_safe] section of my.cnf reads: [mysqld_safe] port= 3306 so

Re: Install problem: log file issue

2009-02-12 Thread Walter Heck
I haven't looked into it in detail an don't have time right nw, but it is also hardcoded in mysqld_safe. I have seen a case where it had to be changed there to make it work. try that and please report back :) Walter OlinData: Professional services for MySQL Support * Consulting * Administration h

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
Andy, Thanks for the suggestion. my_print_defaults mysqld indicates that it is reading my my.cnf. Furthermore, I have tried both the log and log-output variables in my.cnf with no success. Any other ideas? Thanks! C Andy Smith wrote: > It could be that your my.cnf isn't being read (permiss

Re: Install problem: log file issue

2009-02-12 Thread Andy Smith
It could be that your my.cnf isn't being read (permissions or in the wrong directory), or that you have multiple my.cnf files. Quoting "csego...@gmail.com" : That is intentional. I want to write the log to a non-standard location. --

Re: Install problem: log file issue

2009-02-12 Thread csego...@gmail.com
That is intentional. I want to write the log to a non-standard location. Thanks! C fire9 wrote: > Colin, > hi, so I think your mysql account doesn't have access /var/log/ > directory Permission. > > > Yours, > fire9 > ÔÚ 2009-2-13£¬ÉÏÎç1:02£¬ csego...@gmail.com > дµ

Re: Install problem: log file issue

2009-02-12 Thread fire9
Colin, hi, so I think your mysql account doesn't have access /var/log/ directory Permission. Yours, fire9 在 2009-2-13,上午1:02, csego...@gmail.com 写道: In the process of installing MySQL 5.1.31, I receive the following error when I attempt to start mysqld_safe: 090212 10:57:40 mysqld_safe L

Re: Install problem: configure --prefix not working

2009-02-11 Thread Walter Heck
/var/lib/mysql is the standard loation for the data_file_path, the data directory. change it in my.cnf. var/log is the default location for log files, also changeable in the config file. Walter OlinData: Professional services for MySQL Support * Consulting * Administration http://www.olindata.co

Re: Install Problem on Fedora Core 2 w/ ver 4.0.21

2004-09-28 Thread Jigal van Hemert
From: "Dennis Skinner" <[EMAIL PROTECTED]> > http://lists.mysql.com/mysql/168700 I've been searching through the 15502 messages from this list that I have archived since Jan 16, 2004 but I must've missed this one... Thanks for looking it up! Regards, Jigal. -- MySQL General Mailing List For

Re: Install Problem on Fedora Core 2 w/ ver 4.0.21

2004-09-28 Thread Egor Egorov
"Jigal van Hemert" <[EMAIL PROTECTED]> wrote: >> > 040925 21:50:34 Warning: Asked for 196608 thread stack, but got 126976 >> Databases are installed. You can ignore the above warning. > > Egor, > > 1) A warning usually indicates an error that has limited impact on the > system, but still an erro

RE: install problem

2004-02-24 Thread Maria Yndefors
Thanks for the help, changing the privileges and resetting the root password I managed to log in. Best Regards /Maria Yndefors -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2004 14:14 To: [EMAIL PROTECTED] Subject: Re: install problem

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, > No I have not have MySql installed before and I am using version 1.4, > but I used an my.cnf from another host with mysql 3.x > > Now I can't even manage to start it I get the following in the log file > > 040224 14:39:01 mysqld started > 04022

RE: install problem

2004-02-24 Thread Maria Yndefors
D] Sent: den 24 februari 2004 11:15 To: [EMAIL PROTECTED] Subject: Re: install problem "Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, Thanks for the fast reply, > > I have not set the root password and I get the same result > > [EMAIL PROTECTED] gms]# mysql -u r

Re: install problem

2004-02-24 Thread Nitin Mehta
are you using MySql 4.x? try only >mysql Hope that helps Nitin - Original Message - From: "Davut Topcan" <[EMAIL PROTECTED]> To: "Maria Yndefors" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 3:37 PM Subject: Fw: install problem > Hi, > From: "Maria Ynde

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > Hi, Thanks for the fast reply, > > I have not set the root password and I get the same result > > [EMAIL PROTECTED] gms]# mysql -u root -p > Enter password: > ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: > NO) > Do you ha

Re: install problem

2004-02-24 Thread Victoria Reznichenko
"Maria Yndefors" <[EMAIL PROTECTED]> wrote: > I have installed the mysql server and client on an RedHat 7.3 but after > installation I can't login as root. The message I get is: > > I installed by using rpms > > > mysql -u root mysql > >ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Us

RE: install problem

2004-02-24 Thread Maria Yndefors
rom: Davut Topcan [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2004 10:48 To: Maria Yndefors Cc: [EMAIL PROTECTED] Subject: Re: install problem Hi From: "Maria Yndefors" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:35 AM > mysql -u root mysql > > ERROR 10

Re: install problem

2004-02-24 Thread Davut Topcan
Hi From: "Maria Yndefors" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:35 AM > mysql -u root mysql > > ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: > NO) Try of following; - #mysql -u root -p password - connected in then

Re: install problem... (permissions?)

2003-01-13 Thread Diana Soares
[root@localhost ~]# perror 13 Error code 13: Permission denied Also check the permissions and ownership of /usr/local/var . See the "Post installation setup" chapter from the manual. http://www.mysql.com/doc/en/Post-installation.html and http://www.mysql.com/doc/en/File_permissions.html On Sa

Re: install problem... (permissions?)

2003-01-11 Thread Stefan Hinz, iConnect \(Berlin\)
Christopher, > 030111 13:41:11 /usr/local/libexec/mysqld: Can't find file: > './mysql/host.frm' (errno: 13) Did you run the install_db script? If not, MySQL can't find the grant tables. See http://www.mysql.com/doc/en/Post-installation.html for details. Regards, -- Stefan Hinz <[EMAIL PROTEC

re: Install Problem

2002-10-08 Thread Egor Egorov
Daniel, Tuesday, October 08, 2002, 2:18:31 AM, you wrote: DM> I have been trying to install the DM> mysql-3.23.52-pc-linux-gnu-i686.tar.gz on my SUSE Linux 7.3 machine. DM> Everything seems to be going smoothly until I entered the command DM> ./scripts/mysql_install_db DM> I got this output w

Re: Install Problem

2002-10-07 Thread John Coder
On Mon, 2002-10-07 at 19:18, Daniel Miller wrote: > > I have been trying to install the > mysql-3.23.52-pc-linux-gnu-i686.tar.gz on my SUSE Linux 7.3 machine. > Everything seems to be going smoothly until I entered the command > > ./scripts/mysql_install_db > > I got this output which i belie

Re: install problem

2002-07-23 Thread Dicky Wahyu Purnomo
Pada Tue, 23 Jul 2002 03:20:54 +0200 "Richard Pijnenburg" <[EMAIL PROTECTED]> menulis : > Dear list, > > I've been trying to install mysql 4.0.2. alpha. > > The configuration is going well. > That also count's for the "make" command. > But when I run the "make test" command I'm getting the foll

Re: Install problem!

2002-04-29 Thread Egor Egorov
João, Saturday, April 27, 2002, 5:29:54 PM, you wrote: JPS> Some time ago I have installed MySQL and after a JPS> short period of time I uninstalled it. JPS> Now when I try to install it again the installshield JPS> makes a sound (like a warning) show a message box to JPS> quickly (it disappea

Re: Install problem

2002-04-08 Thread Dicky Wahyu Purnomo
On Mon, 08 Apr 2002 21:04:36 -0500 "Terry & Cheryl Haimann" <[EMAIL PROTECTED]> wrote: > I have installed mysql-3.23.49a from an rpm(both the development and the client) on >a Redhat 7.1 system. After installation I > ran the mysql_install_db. Now everytime I try to run any of the client progr

Re: Install Problem

2001-11-28 Thread Boyd Lynn Gerber
On Wed, 28 Nov 2001, Arp, Jo-An wrote: > This all started when the Boss asked for Mysql...and perl...and... > > I started by updating the installation of gcc (2.95). No problems. > I installed perl (5.005_03) with gcc, again no problems. > Except for gcc, no other configure flags were given to per

Re: install problem

2001-07-12 Thread Sinisa Milivojevic
VIDAL Thomas writes: > Hello, > > I have a problem to install Mysql Source (3.23.39) I have gcc (2.96) but > at the start ./configure i have : > > cheking for gcc... gcc > checking whether the c compiler (gcc ) works... no > configure: error: ... C compiler cannot create executable > > > C

Re: install problem

2001-06-12 Thread oltra jean-michel
> Installing mysql on solaris 6 sun4u sparc SUNW,Ultra-5_10 > release: > > -- mysql-3.23.38.tar.gz > > via > ./configure --prefix=/dir --with-low-memory Is that really what you type: --prefix=/dir ? strange name for a DIRectory? Can be a reserved word. > make > make install > > I get to: > > ya

Re: Install problem

2001-05-08 Thread David
> I am having a problem installing the MyODBC drivers. I run setup but > nothing happens. Any ideas? > > David [EMAIL PROTECTED] 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 f

Re: Install problem

2001-05-03 Thread Rolf Hopkins
These are usually FAQs but your getting both which seems strange. "mysqld ended" usually means that mysqld has already started but the other says it's not. What does "ps -ef | grep mysql" give you? Also check your permissions. Log files should be located in /var/lib/mysql - Original Messag

Re: install problem

2001-04-11 Thread Rolf Hopkins
- Original Message - From: "Mike Millner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 10:49 Subject: install problem > Hello, > I just installed mysql 3.23.36 on a Debian Potato system. I know your going > to tell me to read the manual. I have been and wil