WEB开发网
开发学院数据库MySQL 安装MySQL错误归档处理 阅读

安装MySQL错误归档处理

 2008-09-06 11:09:42 来源:WEB开发网   
核心提示:今天我升级MYSQL到5.1的时候遇到的,写出来共享以下,安装MySQL错误归档处理,1、[root@localhost mysql]# scripts/mysql_install_dbNeither host 'localhost.localdomain' nor 'localhost'

今天我升级MYSQL到5.1的时候遇到的。写出来共享以下。

1、

[root@localhost mysql]# scripts/mysql_install_db

Neither host 'localhost.localdomain' nor 'localhost' could be looked up with

/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

这个主要是修改/etc/hosts文件

echo "127.0.0.1 localhost.localdomain localhost" >> /etc/hosts

然后再初始化数据,如果还是同样的错误,那就直接加--force开关。

我今天碰到的就是这个情况。

[root@localhost mysql]# scripts/mysql_install_db --force

Installing MySQL system tables...

OK

Filling help tables...

OK

To start mysqld at boot time you have to copy

support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:

/usr/local/mysql//bin/mysqladmin -u root password 'new-password'

/usr/local/mysql//bin/mysqladmin -u root -h localhost.localdomain password 'new-password'

See the manual for more instructions.

You can start the MySQL daemon with:

cd . ; /usr/local/mysql//bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl

1 2 3  下一页

Tags:安装 MySQL 错误

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接