Hi,

If you get 

" Sorry, the host 'xxxx' could not be looked up "  error message when you run 
mysql_install_db, or if you get the 
" getpwnam: No such file or directory "  error message while running mysqld 
with --user option,

Then try any of these solutions:

  a.. Get a MySQL source distribution either an RPM or the tar.gz distribution 
and install this instead. 
  b.. Execute mysql_install_db --force; This will not execute the resolveip 
test in mysql_install_db. The downside is that you can't use host names in the 
grant tables; you must use IP numbers instead of host names except for 
localhost. If you are using an old MySQL release that doesn't support --force, 
you have to remove the resolveip test in mysql_install with an editor. 
  c.. Start mysqld with su instead of using --user. 


Thanks 
ViSolve DB Team.

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "MySql Mail List" <mysql@lists.mysql.com>
Sent: Thursday, September 21, 2006 9:27 PM
Subject: What mysql 5.0 binary relase use for CentOS 4.4 Pentium?


> Hi.
> 
> 
> 
> What binary relase use for CentOS 4.4: 
> 
> 
> 
> * Linux (x86, glibc-2.2, "standard" is static, gcc):
> mysql-standard-5.0.24a-linux-i686.tar.gz
> * Linux (x86):   mysql-standard-5.0.24a-linux-i686-glibc23.tar.gz
> 
> 
> 
> In http://dev.mysql.com/doc/refman/5.0/en/binary-notes-linux.html says that
> it is possible that mysql couldn't resolves ips for hostnames.
> 
> 
> 
> First I install mysql-standard-5.0.24a-linux-i686-glibc23.tar.gz and
> executing mysql_install_db it says:
> 
> 
> 
> Sorry, the host 'xxxx' could not be looked up
> 
> 
> 
> Then I install mysql-standard-5.0.24a-linux-i686.tar.gz and says the same
> when I execute mysql_install_db.
> 
> 
> 
> Sorry, the host 'xxxx' could not be looked up
> 
> 
> 
> Aside from not could use hostnames what from these releases is best for me?
> 
> 
> 
> Iago.
> 
>

Reply via email to