krayzie
09-05-2004, 02:19 PM
msql and hostname problems ( post #1)
this is wat i do... when im trying 2 install mysql in CL
[root@krayzie root]# cd mysql-standard-4.0.20-pc-linux-i686-icc
[root@krayzie mysql-standard-4.0.20-pc-linux-i686-icc]# ./configure -prefix=/usr/local/myssql -localstatedir=/usr/local/mysql/data-disable-mainainer-mode-with-my-sql-user=mysql-enable-large-files-without-debug --force
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
Neither host 'krayzie' and 'localhost' could not be looked up with
./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[root@krayzie mysql-standard-4.0.20-pc-linux-i686-icc]#
----------------------------------------------------------------------
my /etc/sysconfig/network file
NETWORKING=yes
HOSTNAME=krayzie
---------------------------------------------------------------------
my /etc/hosts file
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
i have no idea wats going on
this is wat i do... when im trying 2 install mysql in CL
[root@krayzie root]# cd mysql-standard-4.0.20-pc-linux-i686-icc
[root@krayzie mysql-standard-4.0.20-pc-linux-i686-icc]# ./configure -prefix=/usr/local/myssql -localstatedir=/usr/local/mysql/data-disable-mainainer-mode-with-my-sql-user=mysql-enable-large-files-without-debug --force
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
Neither host 'krayzie' and 'localhost' could not be looked up with
./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
[root@krayzie mysql-standard-4.0.20-pc-linux-i686-icc]#
----------------------------------------------------------------------
my /etc/sysconfig/network file
NETWORKING=yes
HOSTNAME=krayzie
---------------------------------------------------------------------
my /etc/hosts file
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
i have no idea wats going on