----- Original Message -----
From: "Matt Hargraves" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, May 27, 2002 11:19 PM
Subject: Re: Fw: Problem starting server

> I tried adding skip-innodb to the my.cnf file under safe_mysqld.
> Here is my current my.cnf file:
>
> [mysqld]
> datadir=/var/lib/mysql
> socket=/var/lib/mysql/mysql.sock
>
> [mysql.server]
> user=mysql
> basedir=/var/lib
>
> [safe_mysqld]
> err-log=/var/log/mysqld.log
> pid-file=/var/run/mysqld.pid
> skip-innodb
>
> For some odd reason I'm feeling like the skip-innodb entry is
> not appropriate, since it's the only entry that doesn't have
> an '=' in the middle of it though.


The only odd reason I can think of, is you not having consulted the manual.
:) Honestly, the thingy is called "skip-innodb", and it goes into the
[mysqld] section ("safe_mysqld" is basically just a wrapper for mysqld to
add a bit of safety and extra logging).

- Mark


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to