Karan,
Tuesday, May 28, 2002, 2:05:37 PM, you wrote:

KS> Dear Sir,
KS> I did all the steps to compile the code i.e. 

KS> ./configure --prefix=/usr/local/mysql 
KS> --with-named-curses-libs=/lib/libncurses.so.5.2

KS> make 

KS> make install

KS> scripts/mysql_install_db

KS> and then I tried mysqld --user=root then it gave the following error 
KS> message. 

KS> Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
KS> If you do not want to use transactional InnoDB tables, add a line
KS> skip-innodb
KS> to the [mysqld] section of init parameters in your my.cnf
KS> or my.ini. If you want to use InnoDB tables, add for example,
KS> innodb_data_file_path = ibdata1:30M
KS> But to get good performance you should adjust for your hardware
KS> the InnoDB startup options listed in section 2 at
KS> http://www.innodb.com/ibman.html
KS> 020528 16:39:02  mysqld: Table 'mysql.host' doesn't exist

KS> Please help me resolve it.

Check your permissions on the MySQL data dir. MySQL must be owner of
this dir.

KS> make clean
KS> Waiting for an eager response.




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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