This is covered in the mysql manual here:
http://www.mysql.com/doc/P/o/Post-installation.html

First, you need to install the default databases ( installs
mysql/host.frm ):

bash> mysql_install_db

Then tell mysql not to use InnoDB:
put this in your /etc/my.cnf file:
....
[mysqld]
skip-innodb
....

dpk

----- Original Message -----
From: "Sheena Sidhu" <[EMAIL PROTECTED]>
To: "Mysql (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 2:42 PM
Subject: cannot get mysqld to start


> Hello,
>           I just installed mysql-max-3.23.41 on Linux. All went smooth but
> alas cannot get myqld to start. here is the log from the <systemname>.err
> file in mysql/data directory:
>
> 010828 14:26:30  mysqld started
> Can't initialize InnoDB as 'innodb_data_file_path' is not set
> 010828 14:26:30
/usr/local/mysql-max-3.23.41-pc-linux-gnu-i686/bin/mysqld:
> Can't find file: './mysql/host.frm' (errno: 13)
> 010828 14:26:30  mysqld ended
>
> Now, I am interested in BDB only, so don't care about Innodb. Seems like I
> have to . But what do I do about the host.frm file ?
> Gosh , can someone PLEASE help me here ???
>
> Thanks,
> Sheena.
>
> ---------------------------------------------------------------------
> 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
>
>
>


---------------------------------------------------------------------
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