Linux 初始化MySQL 数据库报错解决办法
程序员文章站
2022-06-21 08:06:21
linux 初始化mysql 数据库报错解决办法
在linux centos 5 中安装完mysql (server、de...
linux 初始化mysql 数据库报错解决办法
在linux centos 5 中安装完mysql (server、devel)之后进行初始化
service mysqld start ,执行命令报错:
neither host 'localhost.localdomain' nor 'localhost' could be looked up with /usr/bin/resolveip please configure the 'hostname' command to return a correct hostname.
错误:
解决办法
1、查看/etc/hosts,内容如下:
# do not remove the following line, or various programs # that require network functionality will fail. ::1 localhost.localdomain localhost
2、将::1修改为127.0.0.1后,启动成功。
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
下一篇: ubuntu制作本地源的实现方法
推荐阅读
-
Linux中复制目录报错cp:omitting directory的解决办法
-
Linux连接mysql报错:Access denied for user ‘root’@‘localhost’(using password: YES)的解决
-
linux下oracle报错,提示ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务的解决办法
-
linux下xhost命令报错:unable to open display的解决办法
-
关系型数据库管理系统RDBMS的特点、MySQL安装处理报错
-
启动mysql的时候,报错pid的解决办法
-
Linux学习第三篇 Centos7安装mysql5.7.16数据库
-
Linux启动/停止/重启Mysql数据库的简单方法(推荐)
-
Linux shell实现每天定时备份mysql数据库
-
Linux下修改MySQL数据库数据文件路径