"Nestor Florez" <[EMAIL PROTECTED]> wrote:
> I tried running mysql_install_db and I get:
> *-----------------------
> # /usr/bin/mysql_install_db --force
> Preparing db table
> Preparing host table
> Preparing user table
> Preparing func table
> Preparing tables_priv table
> Preparing columns_priv table
> Installing all prepared tables
> 031106  7:19:56  /usr/libexec/mysqld: Shutdown Complete
> *-----------------------
> 
> Then I tried running=20
> *-------------------------
> #  /usr/bin/mysqld_safe
> Starting mysqld daemon with databases from /var/mysql
> 031106 07:23:11  mysqld ended
> *-------------------------
> I still get the error on the /var/mysql/'hostname.err' file
> *----------------------
> 031106 07:23:08  mysqld started
> 031106  7:23:09  InnoDB: Started
> 031106  7:23:09  Fatal error: Can't open privilege tables: Can't find =
> file: './mysql/host.frm' (errno: 13)
> 031106  7:23:09  Aborting
> 
> 031106  7:23:09  InnoDB: Starting shutdown...
> 031106  7:23:11  InnoDB: Shutdown completed
> 031106  7:23:11  /usr/libexec/mysqld: Shutdown Complete
> 
> 031106 07:23:11  mysqld ended
> *----------------------
> 
> Any other ideas?
> 

perror 13
Error code  13:  Permission denied

MySQL should be owner of the data dir.



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




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to