LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 968|回复: 9

在linux里面不设ip能启动mysql吗?

[复制链接]
发表于 2003-8-24 22:37:31 | 显示全部楼层 |阅读模式
在linux里面不设ip能启动mysql吗?我现在用的是redhat9.0,我的机器只有一块网卡,上网时必須要把获得ip的方法设成dhcp,所以我不能设我的内部IP,我现在启动mysql 时就总遇到端口错误,请问一下,我怎么样才能正常的启动我的数据库
发表于 2003-8-25 08:19:38 | 显示全部楼层
应该不会有这种情况呀。
把你的错误贴出来看看。
 楼主| 发表于 2003-8-25 19:44:58 | 显示全部楼层
[zheng@dhcp-20-36 zheng]$ /etc/rc.d/init.d/mysqld start
touch: 正在创建目录 ‘/var/log/mysqld.log’: 权限不够
chmod: 正在更改 ‘/var/log/mysqld.log’ 的权限: 不允许的操作
初始化 MySQL 数据库: Sorry, the host 'dhcp-20-36.com.cn' could not be looked up.
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
                                                           [失败]
[zheng@dhcp-20-36 zheng]$ su root
Password:
[root@dhcp-20-36 zheng]# /etc/rc.d/init.d/mysqld start
初始化 MySQL 数据库: Sorry, the host 'dhcp-20-36.com.cn' could not be looked up.
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
                                                           [失败]
这是怎么回事我应该怎么解决?
发表于 2003-8-26 08:12:04 | 显示全部楼层
要用root用户启动。
它不是提示了权限不够的吗?
 楼主| 发表于 2003-8-26 18:48:18 | 显示全部楼层
root启动的情况我不是也贴出来了吗?怎么还有这个问题
发表于 2003-8-27 15:29:36 | 显示全部楼层
从错误看是dhcp-20-36.com.cn找不到,你看一下mysql的配置文件,我这里是在/etc/mysql里,找到机器名,直接换成localhost算了。

主要没遇见过这种问题,所以不知道是怎么回事,只有猜猜看了。
发表于 2003-8-27 21:53:26 | 显示全部楼层
没有IP地址主机名只能使用localhost,本地逻辑主机名!!
 楼主| 发表于 2003-8-28 19:29:27 | 显示全部楼层
那又该怎么设置呢?请说的具体一点。我的机器自动就把用户名换了,我在/etc/sysconfig/network里面改也不行,我该怎么办
发表于 2003-8-29 16:44:36 | 显示全部楼层
RH在哪设置我不知道,我的debian下是在/etc/mysql下的debian.cnf文件
发表于 2003-9-1 13:59:41 | 显示全部楼层
我的跟楼主的情况有点类似,改了主机名以后就不能用原来的用户登录了(rh9.0),
如下所示:
[root@Linux bin]#./mysql -u root -p
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)

只能这样启动:
[root@Linux bin]# ./mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.14-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表